Vec.length

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t length [@property getter]
  2. size_t length [@property setter]
    struct Vec(T)
    @property
    static if(elementsHaveDefaultValue)
    size_t
    length
    (
    size_t newLength
    )

Meta