dyaml v0.8.0 (2019-05-26T18:26: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)
void
insert
@
safe
nothrow
(
T
item
,
const
size_t
idx
)
in { assert (idx <= length_); }
if
(
!
hasMember
!(
T
, "__xdtor")
)
Meta
Source
See Implementation
dyaml
queue
Queue
functions
empty
insert
length
peek
pop
push
range
Insert a new item putting it to specified index in the linked list.