phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
DList.opOpAssign
std
container
dlist
DList
Appends the contents of the argument
rhs
into
this
.
struct
DList
(T)
DList
opOpAssign
(
string
op
Stuff
)
(
Stuff
rhs
)
if
(
op
== "~" &&
is
(
typeof
(
insertBack
(
rhs
)))
)
Meta
Source
See Implementation
std
container
dlist
DList
aliases
insert
stableInsert
stableInsertAfter
stableInsertBack
stableInsertBefore
stableInsertFront
stableLinearRemove
stableRemove
stableRemoveAny
stableRemoveBack
stableRemoveFront
constructors
this
functions
clear
empty
insertAfter
insertBack
insertBefore
insertFront
linearRemove
linearRemoveElement
opBinary
opBinaryRight
opEquals
opOpAssign
opSlice
popFirstOf
popLastOf
remove
removeAny
removeBack
removeFront
properties
back
dup
front
structs
Range
Appends the contents of the argument rhs into this.