Skip to content
Bill La Forge edited this page Nov 1, 2015 · 5 revisions

(New in 0.3.3.)

API

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]

source

Clone this wiki locally