(advance v index)
(afs? s)
(auto-flatten-seq v)
(compile-if test then else)
(conj-flat self obj)
(cached? self)
(convert-afs-to-vec afs)
(delve v index)
(flat-seq v)
(flat-seq v index)
(flat-vec v)
Turns deep vector (like the vector inside of FlattenOnDemandVector) into a flat vec
Turns deep vector (like the vector inside of FlattenOnDemandVector) into a flat vec
(flat-vec-helper acc v)
(get-vec self)
(hash-conj premix-hash-v item)
(hash-conj unmixed-hash item)
Returns the hash code, consistent with =, for an external ordered collection implementing Iterable. See http://clojure.org/data_structures#hash for full algorithms.
Returns the hash code, consistent with =, for an external ordered collection implementing Iterable. See http://clojure.org/data_structures#hash for full algorithms.
(hash-ordered-coll-without-mix v)
(hash-ordered-coll-without-mix coll)
(hash-ordered-coll-without-mix existing-unmixed-hash coll)
Returns the partially calculated hash code, still requires a call to mix-collection-hash
Returns the partially calculated hash code, still requires a call to mix-collection-hash
(mix-collection-hash-bc x y)
(true-count v)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close