AVLMap type clojure.data.avl AVLMapSeq type clojure.data.avl AVLNode type clojure.data.avl AVLSet type clojure.data.avl AVLTransientMap type clojure.data.avl AVLTransientSet type clojure.data.avl
nearest function clojure.data.avl (alpha) Equivalent to, but more efficient than, (...
rank-of function clojure.data.avl Returns the rank of x in coll or -1 if not present...
sorted-map function clojure.data.avl keyval => key val Returns a new AVL map with suppl... sorted-map-by function clojure.data.avl keyval => key val Returns a new sorted map with su... sorted-set function clojure.data.avl Returns a new sorted set with supplied keys.. sorted-set-by function clojure.data.avl Returns a new sorted set with supplied keys, using... split-at function clojure.data.avl (alpha) Equivalent to, but more efficient than, [... split-key function clojure.data.avl (alpha) Returns [left e? right], where left and r... subrange function clojure.data.avl (alpha) Returns an AVL collection comprising the ...