basilisp
basilisp copied to clipboard
Sorted sets, sorted maps, array maps
Clojure.org's guide on data structures mentions these specialized map and set implementations.
array-map
sorted-map
sorted-map-by
sorted-set
sorted-set-by
subseq
rseq (sorted-map implementation)
rsubseq