Bound.isDefined

Check if this value is defined.

struct Bound(V, alias low, alias high, bool optional = false, bool useExceptions = true, bool packed = true, bool signed = false)
@property @safe const pure nothrow
@nogc => optional ? this.value != V.max : true
bool
isDefined
()

Meta