Works like coll? but returns true if argument is array
Works like coll? but returns true if argument is array
(make-coll fill & dims)
Make a collection of x,y,z... dimensions
Make a collection of x,y,z... dimensions
(recursively apply-if-fn func data)
Apply function to all items in nested data structure if condition function is met.
Apply function to all items in nested data structure if condition function is met.
(thread val functions)
Approximately equivalent to -> macro. Required because -> must run at compile time
Approximately equivalent to -> macro. Required because -> must run at compile time
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close