assert_gt

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

Assert that a value is greater than a given lower bound.

Alias

Since

0.10.4

Parameters

actual

the actual value

least_expected

the lower bound (exclusive)