phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
Bound.this
nxt
bound
Bound
Construct from unbounded value
rhs
.
this
(U rhs)
struct
Bound
(V, alias low, alias high, bool optional = false, bool useExceptions = true, bool packed = true, bool signed = false)
this
(
U
string
file
= __FILE__
int
line
= __LINE__
)
(
U
rhs
)
if
(
isBoundable
!(
U
)
)
if
(
isBoundable
!
V
)
this
(Bound!(U, low_, high_, optional, useExceptions, packed, signed) rhs)
Meta
Source
See Implementation
nxt
bound
Bound
constructors
this
functions
checkAssign
opAssign
opBinary
opCast
opEquals
opOpAssign
opUnary
properties
isDefined
toString
value
static functions
check
max
min
Construct from unbounded value rhs.