Comparator.ge

Return true iff a >= b.

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

Meta