shouldBeGreaterThan

Assert that t should be greater than u.

void
shouldBeGreaterThan
(
T
U
)
(
const scope auto ref T t
,
const scope auto ref U u
,
string file = __FILE__
,
size_t line = __LINE__
)

Meta