assert_ge

(alias) function <T: -comparable> assert_ge(actual: T, least_expected: T)

Assert that a value is greater than or equal to a given lower bound.

Alias

Since

0.10.4

Parameters

actual

the actual value

least_expected

the lower bound (inclusive)