Liking cljdoc? Tell your friends :D

rewrite-clj.zip.seqz


assoccljs

(assoc zloc k v)

Set map/seq element to the given value.

Set map/seq element to the given value.
sourceraw docstring

getcljs

(get zloc k)

If a map is given, get element with the given key; if a seq is given, get nth element.

If a map is given, get element with the given key; if a seq is given, get nth element.
sourceraw docstring

list?cljs

(list? zloc)
source

mapcljs

(map f zloc)

Apply function to all value nodes in the given seq node. Iterates over value nodes of maps but over each element of a seq.

Apply function to all value nodes in the given seq node. Iterates over
value nodes of maps but over each element of a seq.
sourceraw docstring

map-keyscljs

(map-keys f zloc)

Apply function to all key nodes of the given map node.

Apply function to all key nodes of the given map node.
sourceraw docstring

map-valscljs

(map-vals f zloc)

Apply function to all value nodes of the given map node.

Apply function to all value nodes of the given map node.
sourceraw docstring

map?cljs

(map? zloc)
source

seq?cljs

(seq? zloc)
source

set?cljs

(set? zloc)
source

vector?cljs

(vector? zloc)
source

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

× close