Converts $(D_PSYMBOL BitFlags) to a boolean.
It is $(D_KEYWORD true) if any bit is set, $(D_KEYWORD false) otherwise.
$(D_KEYWORD true) if this $(D_PSYMBOL BitFlags) contains any set bits, $(D_KEYWORD false) otherwise.
See Implementation
Converts $(D_PSYMBOL BitFlags) to a boolean.
It is $(D_KEYWORD true) if any bit is set, $(D_KEYWORD false) otherwise.