MutableBigInteger.isNormal

Returns true iff this MutableBigInteger is in normal form. A MutableBigInteger is in normal form if it has no leading zeros after the offset, and intLen + offset <= cast(int)value.length.

class MutableBigInteger
bool
isNormal
()

Meta