jackfirth / rebellion

A collection of core libraries for Racket
https://pkgs.racket-lang.org/package/rebellion
Apache License 2.0
80 stars 16 forks source link

Rename `range-set-intersects?` #550

Closed jackfirth closed 3 months ago

jackfirth commented 3 months ago

It actually checks if any range in the set overlaps with the given range, which is when two ranges have a nonempty intersection. Updated docs and renamed it to range-set-overlaps? to clarify this. The old name is kept around as a deprecated legacy alias.