IntFlag.desc

Get a description of this error flag.

struct IntFlag
@property const pure nothrow @nogc
string
desc
()

Examples

assert(IntFlag.over.desc == "overflow");
assert(IntFlag.init.desc == "NULL");

Meta