`something?.let { ... } ?: DEFAULT`
# android
k
something?.let { ... } ?: DEFAULT
☝️ 1
3