dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Vec.opOpAssign
dplug
core
vec
Vec
Append an element to this buffer.
struct
Vec
(T)
nothrow @
nogc
@
safe
static if
(
__VERSION__ >= 2088
)
void
opOpAssign
(
string
op
)
(
T
x
)
if
(
op
== "~"
)
Meta
Source
See Implementation
dplug
core
vec
Vec
aliases
opDollar
put
size
ssize
constructors
this
destructors
~this
functions
capacity
clearContents
fill
indexOf
isEmpty
length
opCatAssign
opIndex
opIndexAssign
opOpAssign
opSlice
popBack
pushBack
releaseData
removeAndReplaceByLastElement
removeAndShiftRestOfArray
resize
slength
postblits
this(this)
properties
ptr
Append an element to this buffer.