IntervalTree icon indicating copy to clipboard operation
IntervalTree copied to clipboard

A red-black self-balancing interval tree

Results 1 IntervalTree issues
Sort by recently updated
recently updated
newest added

I wonder why is the less-than operator implemented such as to ignore the value, while the value is used in the equality operator? Strictly speaking types that implement the concept...