DataSet.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opDispatch [@property getter]
    struct DataSet(T, alias core, bool AN)
    @property
    opDispatch
    (
    string item
    )
    ()
    if (
    isField!(T, item)
    )
  2. template opDispatch(string item)

Meta