or

infix inline fun <T> T?.or(other: T): T
infix inline fun <T> T?.or(block: () -> T): T