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

shouldBeMonotonicallyDecreasingWith

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