EnumTypedef

Undocumented in source.
struct EnumTypedef (
T
string _name
) if (
is(T == enum)
) {}

Constructors

this
this(T v)
Undocumented in source.

Members

Static functions

opDispatch
EnumTypedef!(T, _name) opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

val
T val;
Undocumented in source.

Meta