Sorted Set - laforge49/aatree GitHub Wiki
(New in 0.3.3.)
aatree.AASet is fully compatible with clojure.core/sorted-set. But as it implements the Indexed interface, it supports the nth method for accessing content by position.
The function (aatree.core.new-sorted-set opts), depending on how opts is configured, returns a Clojure Sorted Set, a Basic Sorted Set, a Lazy Sorted Set or a Virtual Sorted Set.
extends clojure.lang.APersistentSet
implements [clojure.lang.IObj, clojure.lang.Reversible, clojure.lang.Sorted, clojure.lang.Counted, clojure.lang.Indexed, aatree.nodes.INoded]