kotest-assertions / io.kotest.inspectors / forAtLeast
forAtLeast
fun <T> forAtLeast(k: Int, array: Array<T>, f: (T) -> Unit): Unit
Deprecated: use the extension function version of this
fun <T> forAtLeast(k: Int, col: Collection<T>, f: (T) -> Unit): Unit
Deprecated: use the extension function version of this