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 modulonof this int, returningnwhen the modulo would give 0.