opDispatch.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opDispatch [@property getter]
  2. bool opDispatch [@property setter]
    template opDispatch(string name)
    @property
    bool
    opDispatch
    (
    bool value
    )
    if (
    __traits(hasMember, E, name)
    )

Meta