Vector.length

The current length of the vector

  1. long length [@property getter]
    struct Vector(E, Allocator = typeof(theAllocator))
    @property const
    long
    length
    ()
    if (
    isAllocator!Allocator
    )
  2. long length [@property setter]

Meta