phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
Bound.isDefined
nxt
bound
Bound
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
(
)
if
(
isBoundable
!
V
)
Meta
Source
See Implementation
nxt
bound
Bound
constructors
this
functions
checkAssign
opAssign
opBinary
opCast
opEquals
opOpAssign
opUnary
toString
properties
isDefined
value
static functions
check
max
min
Check if this value is defined.