phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
Bound.opAssign
nxt
bound
Bound
Assigne from unbounded value
rhs
.
auto
opAssign
(U rhs)
struct
Bound
(V, alias low, alias high, bool optional = false, bool useExceptions = true, bool packed = true, bool signed = false)
auto
opAssign
(
U
string
file
= __FILE__
int
line
= __LINE__
)
(
U
rhs
)
if
(
isBoundable
!(
U
)
)
if
(
isBoundable
!
V
)
auto
opAssign
(Bound!(U, low_, high_, optional, useExceptions, packed, signed) rhs)
Meta
Source
See Implementation
nxt
bound
Bound
constructors
this
functions
checkAssign
isDefined
opAssign
static functions
check
max
min
Assigne from unbounded value rhs.