Proposal: It would be nice if `Int` and `Long` typ...
# stdlib
l
Proposal: It would be nice if
Int
and
Long
types had extension functions:
isOdd()
and
isEven()
. I found myself doing
if (it % 2 == 0)
many times ... especially in tests.
🤔 1