basilisp icon indicating copy to clipboard operation
basilisp copied to clipboard

Sorted sets, sorted maps, array maps

Open chrisrink10 opened this issue 5 years ago • 0 comments

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

chrisrink10 avatar Jul 28 '19 19:07 chrisrink10