Array.add

Appends a value to the end of the array

If more memory is required, the array is resized

struct Array(T)
@nogc @trusted nothrow
void
add
(
scope T val
)

Meta