Determines the left item is greater than or equal to the right item, that ord.partialCmp(lhs, rhs) is some(greater) or some(equal).
ord.partialCmp(lhs, rhs)
some(greater)
some(equal)
The PartialOrd instance for T.
PartialOrd
T
Whether ord.partialCmp(lhs, rhs) is some(greater) or `some(equal).
Determines the left item is greater than or equal to the right item, that
ord.partialCmp(lhs, rhs)issome(greater)orsome(equal).