Queue.insert
void insert(T item, const size_t idx) @safe nothrowInsert a new item putting it to specified index in the linked list.
void insert(T item, const size_t idx) @safe nothrowInsert a new item putting it to specified index in the linked list.