Comparator.lt

Return true iff a < b.

template Comparator(pred...)
bool
lt
(
S
T = S
)
(
in S a
,
in T b
)
if (
pred.length == 1
)

Meta