dalicious ~master (2019-07-04T14:03:58Z)
Dub
Repo
Comparator.ge
dalicious
range
Comparator
Return
true
iff
a >= b
.
template
Comparator
(pred...)
bool
ge
(
S
T
=
S
)
(
in
S
a
,
in
T
b
)
if
(
pred.length
== 1
)
Meta
Source
See Implementation
dalicious
range
Comparator
functions
compare
eq
ge
gt
le
lt
Return true iff a >= b.