Haha. If you look at the implementation you can ma...
# getting-started
b
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