Queue.insert

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

struct Queue(T)
@safe nothrow
void
insert
(,
const size_t idx
)
if (
!hasMember!(T, "__xdtor")
)

Meta