Array.append

Append a single element.

Note: an Array or range will be appended as one single element of type Array, *not* concatenated to this Array. Use appendRange or appendArray to concatenate/chain ranges or Arrays into one.

struct Array
@nogc nothrow
void
append
(
T
)
(
auto ref T t
)

Meta