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

shouldBeStrictlyDecreasingWith

fun <T> Array<T>.shouldBeStrictlyDecreasingWith(comparator: Comparator<in T>): Unit