(->int x)
(assoc-if-val m k v)
(dfs-walk-xml xml-tree predicate edit-fn)
(dfs-walk-xml-node xml-tree predicate edit-fn)
(eval-exception message expression)
(fail msg obj)
(find-first pred xs)
(find-first-in-tree predicate tree-loc)
(find-last pred xs)
(fixpt f x)
(iterations f elem)
(mod-stack-top-conj stack & items)
Conjoins an element to the top item of a stack.
Conjoins an element to the top item of a stack.
(mod-stack-top-last stack f & args)
Updatest last element of top elem of stack.
Updatest last element of top elem of stack.
(parsing-exception expression message)
(stacks-difference-key key-fn stack1 stack2)
Removes suffixes of two lists where key-fn gives the same result.
Removes suffixes of two lists where key-fn gives the same result.
(string xform coll)
(trim s)
(unlazy-tree xml-tree)
(update-peek xs f & args)
Updates top element of a stack.
Updates top element of a stack.
(update-some m path f)
(when-pred pred body)
(whitespace? c)
(whitespace?? c)
Like clojure.zip/xml-zip but more flexible. Only maps are considered branches.
Like clojure.zip/xml-zip but more flexible. Only maps are considered branches.
(zipper? loc)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close