EnumBitSet.opDispatch

Access by name (compile-time value).

  1. bool opDispatch [@property getter]
    template opDispatch(string name)
    @property const
    bool
    opDispatch
    ()
    if (
    __traits(hasMember, E, name)
    )
  2. bool opDispatch [@property setter]

Members

Properties

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

Variables

e
enum E e;
Undocumented in source.

Meta