opDispatch.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Args opDispatch [@property setter]
    template opDispatch(string name)
    static static @property
    T
    opDispatch
    (
    T = string
    Args...
    )
    (
    Args args
    )
    if (
    Args.length == 0
    )
    if (
    name.all!(c =>
    c.isUpper ||
    !c.isAlpha
    )
    )
  2. Args opDispatch [@property setter]

Meta