accessByString.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]
  3. auto opDispatch [@property getter]
    mixintemplate accessByString(T, size_t N, string data, string AS, string VVASES = " ", string VVASVS = "|")
    pure @property const
    static if(isOneSymbolPerFieldForAnyAccessString(AS, VVASES, VVASVS))
    opDispatch
    (
    string v
    )
    ()
    if (
    v.length > 1 &&
    oneOfAnyAccessAll(AS, v, VVASES, VVASVS)
    )
    if (
    isCompatibleArrayAccessStrings(N, AS, VVASES, VVASVS)
    )
  4. U opDispatch [@property setter]

Meta