Comparator.le

Return true iff a <= b.

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

Meta