IntFlag.desc

Get a description of this error flag.

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

Examples

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

Meta