ifEmpty

fun <T> Array<out T>.ifEmpty(function: (Array<out T>) -> Unit): Array<out T>
fun Float.ifEmpty(function: (Float) -> Unit): Float