assertLT

Assert that lhs is lesser than rhs.

nothrow @trusted
void
assertLT
(
L
R
string file = __FILE_FULL_PATH__
string mod = __MODULE__
size_t line = __LINE__
)
(
L lhs
,
R rhs
,
scope lazy string msg = ""
)

Meta