Vector.length

Returns the number of elements in the container.

Complexity: O(1).

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

Meta