Vector.opDispatch

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

Meta