phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
DList.opBinaryRight
std
container
dlist
DList
Returns a new
DList
that's the concatenation of the argument
lhs
and
this
.
struct
DList
(T)
DList
opBinaryRight
(
string
op
Stuff
)
(
Stuff
lhs
)
if
(
op
== "~" &&
is
(
typeof
(
insertFront
(
lhs
)))
)
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
Returns a new DList that's the concatenation of the argument lhs and this.