DynamicArray.put

Inserts the given value into the end of the array.

struct DynamicArray(T, bool supportGC = true)
alias put = insert

Meta