redplanetlabs / specter

Clojure(Script)'s missing piece
Apache License 2.0
2.52k stars 105 forks source link

Add Navigators for Sorted Sequences #317

Open IGJoshua opened 3 years ago

IGJoshua commented 3 years ago

This PR adds support for three new navigators which all navigate to a sorted version of the current sequence.

Before this PR can be merged, the following steps must be completed by the author:

This PR implements what was discussed in #316.

IGJoshua commented 2 years ago

Are there any other changes you'd like me to do @nathanmarz before it would be ready for a merge?

arichiardi commented 1 year ago

Oh I was looking for this for a use case I have got, any recommended alternative?