DynamicArray.opDollar

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

Return Value

the number of items in the array

Meta