Vector.opDollar

Returns the number of elements in the container.

Complexity: O(1).

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

Meta