mir-yaml ~master (2021-07-27T14:20:03Z)
Home
Dub
Repo
Queue.insert
dyaml
queue
Queue
Insert a new item putting it to specified index in the linked list.
struct
Queue
(T)
@
safe
nothrow
void
insert
(
T
item
,
const
size_t
idx
)
if
(
!
hasMember
!(
T
, "__xdtor")
)
Meta
Source
See Implementation
dyaml
queue
Queue
destructors
~this
functions
empty
insert
length
opAssign
opCmp
opEquals
peek
pop
push
range
postblits
this(this)
Insert a new item putting it to specified index in the linked list.