The OpenD Programming Language

DynamicArray.removeBack

Removes the last element from the array.

struct DynamicArray(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
void
removeBack
()

Meta