you can actually do `a?.let { stuff() } ?: run { o...
# random
k
you can actually do
a?.let { stuff() } ?: run { otherStuff() }
👍 2