PointerArray.opDollar

struct PointerArray(T, Allocator = SpasmGCAllocator)
alias opDollar = length

Return Value

the back element of the DynamicArray.

Meta