DynamicArray.back

struct DynamicArray(T, Allocator = SpasmGCAllocator)
ref pure @property
T
back
()

Return Value

Type: T

the back element of the DynamicArray.

Meta