PointerArray.opDollar

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

Return Value

the back element of the DynamicArray.

Meta