nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
VectorImpl.opOpAssign
nulib
collections
vector
VectorImpl
Append a
T
to the vector.
void
opOpAssign
(T value)
struct
VectorImpl
(T, bool ownsMemory = true)
@
nogc
@
trusted
void
opOpAssign
(
string
op
= "~"
)
(
auto
ref
T
value
)
void
opOpAssign
(T[] other)
Parameters
value
T
The value to append.
Meta
Source
See Implementation
nulib
collections
vector
VectorImpl
constructors
this
destructors
~this
functions
clear
flipEndian
insert
opOpAssign
popBack
popFront
remove
removeAt
reserve
resize
reverse
take
properties
back
capacity
empty
front
length
ptr
usage
value
Append a T to the vector.