DArray.opOpAssign

Appends x to the array. Appends the elements if X itself is an array.

struct DArray(E)
void
opOpAssign
(
string op : "~"
X
)
(
const X x
)

Meta