dyaml v0.6.1 (2017-05-16T20:02:26Z)
Home
Dub
Repo
Queue.insert
dyaml
queue
Queue
Insert a new item putting it to specified index in the linked list.
struct
Queue
(T)
@
trusted
nothrow
void
insert
(
T
item
,
const
size_t
idx
)
if
(
!
hasMember
!(
T
, "__dtor")
)
Meta
Source
See Implementation
dyaml
queue
Queue
destructors
~this
functions
empty
insert
iterationOver
length
next
opAssign
opCmp
opEquals
peek
pop
push
startIteration
Insert a new item putting it to specified index in the linked list.