- opAssign
void opAssign(E[0] e)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(E[1] e)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(E[2] e)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(E[3] e)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(E[4] e)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(E[5] e)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(E[6] e)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(E[7] e)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(E[8] e)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
E[0] opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
E[1] opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
Instance Wrapper for UnionEnum. Provides safe assignment and explicit casts. TODO Use opImplicitCastTo instead of opCast when it becomes available in DMD.