unstandard ~master (2017-05-26T08:42:45Z)
Dub
Repo
FlagEnumImpl.opBinary
unstd
typecons
FlagEnumImpl
Undocumented in source. Be warned that the author may not have intended to support it.
struct
FlagEnumImpl
(string name, Args...)
const
FlagEnumImpl
opBinary
(
string
op
)
(
in
FlagEnumImpl
y
)
if
(
op
== "&" ||
op
== "|"
)
Meta
Source
See Implementation
unstd
typecons
FlagEnumImpl
functions
opBinary
opCast
opOpAssign
toString
properties
value