specter icon indicating copy to clipboard operation
specter copied to clipboard

Sorted map navigation

Open nathanmarz opened this issue 8 years ago • 1 comments

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 avatar Feb 20 '17 23:02 nathanmarz

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

nathanmarz avatar Jan 11 '18 06:01 nathanmarz