Liking cljdoc? Tell your friends :D

tiara.data

Divergent data structures

Divergent data structures
raw docstring

EMPTY_MAPclj


indirectclj

(indirect index entry-vector k)

This get operation is used in multiple places, and can be inlined. Possibly redundant with (indirect-nd index entry-vector k nil)

This get operation is used in multiple places, and can be inlined.
Possibly redundant with (indirect-nd index entry-vector k nil)
raw docstring

indirect-nfclj

(indirect-nf index entry-vector k not-found)

This alternative get operation is used in multiple places, and can be inlined.

This alternative get operation is used in multiple places, and can be inlined.
raw docstring

magicclj


ordered-mapclj

(ordered-map)
(ordered-map & keyvals)

Returns a map object that remembers the insertion order, similarly to a java.util.LinkedHashMap

Returns a map object that remembers the insertion order, similarly to a java.util.LinkedHashMap
raw docstring

vreverseclj

(vreverse v)

Reverses a vector into a vector. Lists are reversed as usual.

Reverses a vector into a vector. Lists are reversed as usual.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close