dyaml-yamlserialized ~master (2016-12-10T19:24:08Z)
Home
Dub
Repo
Queue.insert
dyaml
queue
Queue
Insert a new item putting it to specified index in the linked list.
struct
Queue
(T)
void
insert
@
trusted
nothrow
(
T
item
,
const
size_t
idx
)
in { assert (idx <= length_); }
if
(
!
hasMember
!(
T
, "__dtor")
)
Meta
Source
See Implementation
dyaml
queue
Queue
destructors
~this
functions
empty
insert
iterationOver
length
next
peek
pop
push
startIteration
Insert a new item putting it to specified index in the linked list.