inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
RcArray.opOpAssign
inp
format
array
RcArray
Adds the given entry into the array.
void
opOpAssign
(T rhs)
struct
RcArray
(T)
@
nogc
void
opOpAssign
(
string
op
)
(
T
rhs
)
if
(
op
== "~"
)
void
opOpAssign
(T[] rhs)
Parameters
rhs
T
Value to append
Meta
Source
See Implementation
inp
format
array
RcArray
constructors
this
destructors
~this
functions
opApply
opAssign
opIndex
opIndexAssign
opOpAssign
remove
resize
properties
data
length
static functions
make
Adds the given entry into the array.