DynamicArray.length

  1. size_t length()
    struct DynamicArray(T, Allocator = SpasmGCAllocator)
    const nothrow pure @property @safe @nogc
    length
    ()
  2. alias opDollar = length

Return Value

Type: size_t

the number of items in the array

Meta