Queue.insert

void insert(T item, const size_t idx) @safe nothrow

Insert a new item putting it to specified index in the linked list.