Join Slack
Powered by
Haha. If you look at the implementation you can ma...
# getting-started
b
brianwernick
12/21/2016, 9:45 PM
Haha. If you look at the implementation you can make your own super easily. e.g.
.or
would be
public inline fun <T> T?.or(defaultVal: T) = this ?: defaultVal
Open in Slack
Previous
Next