PointerArray.opDollar

  1. size_t length()
  2. alias opDollar = length
    struct PointerArray(T, Allocator = SpasmGCAllocator)
    alias opDollar = length

Return Value

the back element of the DynamicArray.

Meta