collections ~use_rciallocator (2022-02-01T01:24:12.5168002)
Dub
Repo
DList.insert
stdx
collections
dlist
DList
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
insert
(size_t pos, Stuff stuff)
struct
DList
(T)
size_t
insert
(
Stuff
)
(
size_t
pos
,
Stuff
stuff
)
if
(
isInputRange
!
Stuff
&&
isImplicitlyConvertible
!(
ElementType
!
Stuff
,
T
)
)
size_t
insert
(size_t pos, Stuff[] stuff)
Meta
Source
See Implementation
stdx
collections
dlist
DList
constructors
this
destructors
~this
functions
destroyUnused
dup
empty
front
getAllocator
insert
insertBack
isUnique
opAssign
opBinary
opOpAssign
popFront
popPrev
printRefCount
remove
save
setAllocator
tail
postblits
this(this)