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