Join Slack
Powered by
Proposal: It would be nice if `Int` and `Long` typ...
# stdlib
l
littlelightcz
09/22/2018, 11:42 AM
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
2
Views
Open in Slack
Previous
Next