pub fn assert_lt<U: Debug, T: Debug + PartialOrd<U>>( msg: impl AsRef<str>, x: T, y: U, )
Assert that x is less than y, naming the assertion with msg, which will be used as a label in the CLI runner.
x
y
msg