DynamicArray.back

struct DynamicArray(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
ref pure @property
T
back
()

Return Value

Type: T

the back element of the DynamicArray.

Meta