phobos-next v0.3.9 (2020-08-07T21:50:30Z)
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
isDefined
opAssign
static functions
check
max
min
Assign from Bound value rhs.