Array.opOpAssign

Appends x of any type to the Array. Appends the elements if X is an array.

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

Meta