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

forAtLeast

fun <T> Array<T>.forAtLeast(k: Int, f: (T) -> Unit): Array<T>