Join Slack
Powered by
Forgot the `get()`: `val Int.isOdd: Boolean get() ...
# stdlib
k
karelpeeters
09/23/2018, 5:18 PM
Forgot the `get()`:
val Int.isOdd: Boolean get() = this % 2 == 0
2
Views
Open in Slack
Previous
Next