phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Bound.this
nxt
bound
Bound
Construct from
Bound
value
rhs
.
this
(U rhs)
this
(Bound!(U, low_, high_, optional, useExceptions, packed, signed) rhs)
struct
Bound
(V, alias low, alias high, bool optional = false, bool useExceptions = true, bool packed = true, bool signed = false)
this
(
U
alias
low_
alias
high_
)
(
Bound
!(
U
,
low_
,
high_
,
optional
,
useExceptions
,
packed
,
signed
)
rhs
)
if
(
low
<=
low_
&&
high_
<=
high
)
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
Construct from Bound value rhs.