DataObject.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string opDispatch()
  2. string opDispatch(T t)
  3. string opDispatch(...)
    class DataObject
    version(none)
    string
    opDispatch
    (
    string field
    string file = __FILE__
    size_t line = __LINE__
    )
    ()
    if (
    (
    field.length < 8 ||
    field[0 .. 8] != "id_from_"
    )
    &&
    field != "popFront"
    )

Meta