Bound.checkAssign

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
)

Meta