assert_lt

function <T: -comparable> assert_lt(actual: T, expected: T)

Asserts that the value is less than the expected value

Since

0.10.4

Parameters

actual

Actual value to compare

expected

The expected value