-
Notifications
You must be signed in to change notification settings - Fork 4
Sorted Set
Bill La Forge edited this page Nov 1, 2015
·
5 revisions
(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]