The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
RefAppender.opOpAssign
std
array
RefAppender
Appends
rhs
to the managed array.
struct
RefAppender
(A)
void
opOpAssign
(
string
op
: "~"
U
)
(
U
rhs
)
if
(
__traits(
compiles
,
(
Appender
!
A
a
)
)
)
if
(
isDynamicArray
!
A
)
Parameters
rhs
U
Element or range.
Meta
Source
See Implementation
std
array
RefAppender
constructors
this
functions
opDispatch
opOpAssign
properties
capacity
opSlice
Appends rhs to the managed array.