Vector.length

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto length [@property getter]
  2. size_t length [@property setter]
    struct Vector(size_t N, T, alias string AS = "")
    pure pure @property
    static if(isDynamic)
    length
    (
    size_t nl
    )
    if (
    isCompatibleArrayAccessString(N, AS, SEP) ||
    AS.length == 0
    )
  3. enum length;

Meta