Vector.length

Set the length of the vector

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

Meta