accessByString.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opDispatch [@property getter]
    mixintemplate accessByString(T, size_t N, string data, string AS, string VVASES = " ", string VVASVS = "|")
    pure @property const
    T
    opDispatch
    (
    string v
    )
    ()
    if (
    getIndex(AS, v, VVASES, VVASVS) != -1
    )
    if (
    isCompatibleArrayAccessStrings(N, AS, VVASES, VVASVS)
    )
  2. T opDispatch [@property getter]
  3. auto opDispatch [@property getter]
  4. U opDispatch [@property setter]

Meta