Env.opDispatch

Undocumented in source.
  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]

Members

Properties

opDispatch
Args opDispatch [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
Args opDispatch [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta