opDispatch.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opDispatch [@property getter]
  2. auto opDispatch [@property getter]
    template opDispatch(string item)
    @property
    opDispatch
    (
    Strong strongOverride
    Spec joinType = Spec.none
    )
    ()
    if (
    joinType == Spec.none ||
    isJoin(joinType)
    )
    if (
    isRelation!(T, item)
    )

Meta