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

shouldContainAnyOf

fun <T> Array<T>.shouldContainAnyOf(vararg ts: T): Unit
infix fun <T> Array<T>.shouldContainAnyOf(ts: Collection<T>): Unit