assertGE

Assert that lhs is greater or equals to rhs.

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

Meta