(apply-nan-strategy options data)
(cache-ordered coll)
Cache and return the hashcode of an ordered container
Cache and return the hashcode of an ordered container
(cache-unordered coll)
(coll-reduce coll rfn)
(coll-reduce coll rfn init)
(coll-transduce coll xform rfn)
(coll-transduce coll xform rfn init)
(concatv & args)
(constant-count data)
Constant time count. Returns nil if input doesn't have a constant time count.
Constant time count. Returns nil if input doesn't have a constant time count.
(consumer-reducer cons-fn)
(consumer-reducer cons-fn fin-fn)
(extend-mut-map! map-type)
(freq-rf)
(freq-rf options)
(frequencies data)
(frequencies xform data)
(frequencies xform options data)
(group-by key-fn coll)
(group-by-reducer reducer coll)
(group-by-reducer key-fn reducer coll)
(group-by-reducer key-fn reducer options coll)
(hash-ordered coll)
Calculate the hashcode of an ordered container
Calculate the hashcode of an ordered container
(hash-unordered coll)
Calculate the hashcode of an unordered container
Calculate the hashcode of an unordered container
(immut-list)
(immut-list data)
(immut-list xform data)
(immut-map)
(immut-map data)
(immut-map xform data)
(indexed-accum-fn rf)
(is-nan? data)
Generalized is nan - returns true for nil - booleans are considered numbers
Generalized is nan - returns true for nil - booleans are considered numbers
(is-not-nan? data)
Generalized is not nan - returns false for nil - booleans are considered numbers
Generalized is not nan - returns false for nil - booleans are considered numbers
(js-map)
(js-map data)
(js-map xform data)
(mapv map-fn arg)
(mapv map-fn arg1 arg2)
(mapv map-fn arg1 arg2 & args)
(mean data)
(mean options data)
Mean of a sequence of numbers.
Mean of a sequence of numbers.
(mmax-key key-fn data)
(mmin-key key-fn data)
(mode data)
(mut-hashtable-map)
(mut-hashtable-map data)
(mut-hashtable-map xform data)
(mut-list)
(mut-list data)
(mut-list xform data)
(mut-map)
(mut-map data)
(mut-map xform data)
(mut-trie-map)
(mut-trie-map data)
(mut-trie-map xform data)
(object-array)
(object-array data)
(pairs rf)
(pairs r l)
(range)
(range end)
(range start end)
(range start end step)
(reduce-put! m data)
(reduce-put! xform m data)
(reduce-reducer reducer data)
(standard-deviation data)
(standard-deviation options data)
(sum data)
(sum options data)
Sum of a sequence of numbers.
Sum of a sequence of numbers.
(sum-n-elems data)
(sum-n-elems options data)
Return a map of :sum :n-elems from a sequence of numbers.
Return a map of :sum :n-elems from a sequence of numbers.
(update-values m bifn)
(variance data)
(variance options data)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close