phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
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
length
opSlice
Appends rhs to the managed array.