IntExtension extension

Extension adding min/max utilities to int.

on

Methods

max(int other) int

Available on int, provided by the IntExtension extension

Returns the maximum of this value and another.
min(int other) int

Available on int, provided by the IntExtension extension

Returns the minimum of this value and another.