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