kotest-assertions / io.kotest.inspectors / kotlin.Array / forAtLeastOne

forAtLeastOne

fun <T> Array<T>.forAtLeastOne(f: (T) -> Unit): Array<T>