Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorted map navigation #182

Open
nathanmarz opened this issue Feb 20, 2017 · 1 comment
Open

Sorted map navigation #182

nathanmarz opened this issue Feb 20, 2017 · 1 comment

Comments

@nathanmarz
Copy link
Collaborator

Should be able to navigate to the substructure of a sorted map, like to the first key/value pair, the first value, or to a submap within a range. Could potentially extend FIRST, LAST, and srange for this.

@nathanmarz
Copy link
Collaborator Author

Could use a similar approach as subseq for one of these navigators, e.g. (all-range > :c < :m), (all-range >= :m)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant