Join Slack
Communities
Powered by
but if you wanted you could do ``` infix inline fu...
# announcements
d
damian
01/27/2017, 7:21 PM
but if you wanted you could do
Copy code
infix inline fun Boolean.or(action: () -> Unit) { if (!this) action() }
Open in Slack
Previous
Next