phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
EnumUnion.genOpCast
nxt
enums
EnumUnion
Undocumented in source.
struct
EnumUnion
(E...)
version(linux)
@
safe
pure nothrow
mixin template
genOpCast (
uint
i
) {
E
[
i
]
opCast
();
}
Members
Functions
opCast
E
[
i
]
opCast
()
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