The OpenD Programming Language

DynamicArray.insert

Inserts the given value into the end of the array.

import containers.dynamicarray;
struct DynamicArray(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
alias insert = insertBack

Meta