Vector.length

Returns the number of elements in the container.

Complexity: O(1).

  1. size_t length [@property getter]
    struct Vector(T, ALLOC = ThreadMem)
    nothrow @property const
    length
    ()
  2. size_t length [@property setter]

Meta