MutableBigInteger.setInt

Sets the int at index+offset in this MutableBigInteger to val. This does not get inlined on all platforms so it is not used as often as originally intended.

class MutableBigInteger
void
setInt
(
int index
,
int val
)

Meta