assertLessThan

Returns true if the first value is less than the second value. Otherwise prints an error message and returns false.

bool
assertLessThan
(
T
U
)
(
in T first
,
in U second
,
string file = __FILE__
,
int line = __LINE__
)

Meta