rewrite-clj.zip.seqz
get
(get zloc k)If a map is given, get element with the given key; if a seq is given, get nth element.
map
(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.