enumUnion

Undocumented in source.
template enumUnion(N)
enumUnion
(
N a
)
if (
is(N == enum)
)

Members

Aliases

Ns
alias Ns = EnumMembers!N
Undocumented in source.
U
alias U = Union!(enumDecls!N)
Undocumented in source.

Functions

enumUnion
U enumUnion(N a)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta