kotest-assertions / io.kotest.inspectors / forExactly

forExactly

fun <T> forExactly(k: Int, array: Array<T>, f: (T) -> Unit): Unit
Deprecated: use the extension function version of this


fun <T> forExactly(k: Int, col: Collection<T>, fn: (T) -> Unit): Unit
Deprecated: use the extension function version of this