Join Slack
Powered by
`operator fun Int?.inc(): Int? = if (this == null)...
# announcements
o
orangy
04/25/2018, 10:13 PM
operator fun Int?.inc(): Int? = if (this == null) null /* or 0, or 1 */ else this + 1
👍 1
Open in Slack
Previous
Next