The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
DynamicArray.opOpAssign
containers
dynamicarray
DynamicArray
~= operator overload for an array of items
typeof
(
this
)
opOpAssign
(T value)
typeof
(
this
)
opOpAssign
(AppendT[] rhs)
struct
DynamicArray
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
scope ref
typeof
(this)
opOpAssign
(
string
op
bool
checkForOverlap
= true
)
(
AppendT
[]
rhs
)
if
(
op
== "~" &&
!
is
(
T
==
AppendT
[])
)
typeof
(
this
)
opOpAssign
(AppendTypeOfThis rhs)
Meta
Source
See Implementation
containers
dynamicarray
DynamicArray
aliases
AppendT
AppendTypeOfThis
insert
insertAnywhere
opDollar
put
constructors
this
functions
back
empty
front
insertBack
length
opBinary
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
ptr
remove
removeBack
reserve
resize
~= operator overload for an array of items