IntExtensions extension
A collection of helpful extensions on int to reduce boilerplate.
- on
Properties
- isEven → bool
-
Available on int, provided by the IntExtensions extension
Returns true if the integer is even.no setter - isOdd → bool
-
Available on int, provided by the IntExtensions extension
Returns true if the integer is odd.no setter