Liking cljdoc? Tell your friends :D

keechma.util


animation-framecljs

(animation-frame)
(animation-frame n)
(animation-frame n out)

Return a channel which will close on the nth next animation frame.

Return a channel which will close on the nth next animation frame.
raw docstring

dissoc-incljs

(dissoc-in m [k & ks :as keys])

Dissociates an entry from a nested associative structure returning a new nested structure. keys is a sequence of keys. Any empty maps that result will not be present in the new structure.

Dissociates an entry from a nested associative structure returning a new
nested structure. keys is a sequence of keys. Any empty maps that result
will not be present in the new structure.
raw docstring

in?cljs

(in? seq elm)

true if seq contains elm

true if seq contains elm
raw docstring

index-ofcljs

(index-of coll item)

update-valuescljs

(update-values m f & args)

withoutcljs

(without list val)

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

× close