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

shouldBeSingleton

fun <T> Array<T>.shouldBeSingleton(): Unit
inline fun <T> Array<T>.shouldBeSingleton(fn: (T) -> Unit): Unit