kotest-assertions-core / io.kotest.matchers.collections / kotlin.Array / shouldExist

shouldExist

infix fun <T> Array<T>.shouldExist(p: (T) -> Boolean): Unit