tame ~master (2022-04-20T20:15:19.0723517)
Dub
Repo
Queue.insert
tame
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
tame
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.