collections v0.0.0 (2018-01-09T15:03:06Z)
Dub
Repo
DList.insertBack
stdx
collection
dlist
DList
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
insertBack
(Stuff stuff)
struct
DList
(T)
size_t
insertBack
(
Stuff
)
(
Stuff
stuff
)
if
(
isInputRange
!
Stuff
&&
isImplicitlyConvertible
!(
ElementType
!
Stuff
,
T
)
)
size_t
insertBack
(Stuff[] stuff)
Meta
Source
See Implementation
stdx
collection
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)