Lexicographically compare this range with another.
Declared in <folly/Range.h>
<folly/Range.h>
int compare(const_range_type const& o) const;
A negative, zero, or positive value if this range is less than, equal to, or greater than o.
o