IntFlag.desc

Get a description of this error flag.

struct IntFlag
pragma(inline, true) @property const pure @safe nothrow @nogc
string
desc
()

Examples

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

Meta