spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
DynamicArray.opOpAssign
spasm
rt
array
DynamicArray
~= operator overload for an array of items
typeof
(
this
)
opOpAssign
(T value)
typeof
(
this
)
opOpAssign
(AppendT[] rhs)
struct
DynamicArray
(T, Allocator = SpasmGCAllocator)
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
spasm
rt
array
DynamicArray
aliases
AppendT
AppendTypeOfThis
insert
insertAnywhere
opDollar
put
constructors
this
destructors
~this
functions
back
empty
front
insertBack
length
opBinary
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
ptr
remove
removeBack
reserve
resize
shrinkTo
postblits
this(this)
variables
allocator
~= operator overload for an array of items