phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Bound.checkAssign
nxt
bound
Bound
Check that assignment from
rhs
is ok.
struct
Bound
(V, alias low, alias high, bool optional = false, bool useExceptions = true, bool packed = true, bool signed = false)
void
checkAssign
(
U
string
file
= __FILE__
int
line
= __LINE__
)
(
U
rhs
)
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
Check that assignment from rhs is ok.