Comparator.gt

Return true iff a > b.

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

Meta