kotest-assertions-core
/
io.kotest.matchers.collections
/
kotlin.Array
/
shouldHaveUpperBound
shouldHaveUpperBound
infix
fun
<
T
:
Comparable
<
T
>
>
Array
<
T
>
.
shouldHaveUpperBound
(
t
:
T
)
:
Unit