Compare two ranges.
This function is useful for sorting arrays of Comparable objects.
the left value
the right value
-1, 0, or 1 if l is less than, equal to, or greater than r
-1
0
1
l
r
Generated using TypeDoc
Compare two ranges.
This function is useful for sorting arrays of Comparable objects.