The basic integral value of this SmartInt. Accessing this directly may be useful for:
import checkedint.throws : SmartInt; // use IntFlagPolicy.throws SmartInt!uint n; static assert(is(typeof(n.bscal) == uint)); n = 7; assert(n.bscal == 7); n.bscal -= 8; assert(n == uint.max);
See Implementation
The basic integral value of this SmartInt. Accessing this directly may be useful for: