MutableBigInteger.intLen

The number of ints of the value array that are currently used to hold the magnitude of this MutableBigInteger. The magnitude starts at an offset and offset + intLen may be less than value.length.

class MutableBigInteger
int intLen;

Meta