phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
EnumUnion.genOpAssign
nxt
enums
EnumUnion
Undocumented in source.
struct
EnumUnion
(E...)
version(linux)
@
safe
pure nothrow
mixin template
genOpAssign (
uint
i
) {
static if
(
i == 0
)
auto
fortytwo
();
void
opAssign
(E[i] e);
}
Members
Functions
fortytwo
auto
fortytwo
()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void
opAssign
(E[i] e)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
nxt
enums
EnumUnion
aliases
OriginalType
U
functions
opAssign
opCast
mixins
__anonymous
mixin templates
genOpAssign
genOpCast