IntExtension extension
An int extension.
- on
Methods
-
incrementBy(
int step) → int -
Available on int, provided by the IntExtension extension
This int incremented bystep
. -
nonZeroMod(
int n) → int -
Available on int, provided by the IntExtension extension
The modulon
of this int, returningn
when the modulo would give 0.