phobos-next ~master (2024-03-19T05:49:32Z)
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
opAssign
opBinary
opCast
opEquals
opOpAssign
opUnary
toString
properties
isDefined
value
static functions
check
max
min
Assigne from unbounded value rhs.