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.
sourceraw 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.
sourceraw docstring

in?cljs

(in? seq elm)

true if seq contains elm

true if seq contains elm
sourceraw docstring

index-ofcljs

(index-of coll item)
source

update-valuescljs

(update-values m f & args)
source

withoutcljs

(without list val)
source

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

× close