Liking cljdoc? Tell your friends :D

stencil.util


->intclj

(->int x)

assoc-if-valclj

(assoc-if-val m k v)

dfs-walk-xmlclj

(dfs-walk-xml xml-tree predicate edit-fn)

dfs-walk-xml-nodeclj

(dfs-walk-xml-node xml-tree predicate edit-fn)

eval-exceptionclj

(eval-exception message expression)

failcljmacro

(fail msg obj)

find-firstclj

(find-first pred xs)

find-first-in-treeclj

(find-first-in-tree predicate tree-loc)

find-lastclj

(find-last pred xs)

fixptclj

(fixpt f x)

iterationsclj

(iterations f elem)

mod-stack-top-conjclj

(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.
raw docstring

mod-stack-top-lastclj

(mod-stack-top-last stack f & args)

Updatest last element of top elem of stack.

Updatest last element of top elem of stack.
raw docstring

parsing-exceptionclj

(parsing-exception expression message)

stacks-difference-keyclj

(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.
raw docstring

stringclj

(string xform coll)

trimclj

(trim s)

unlazy-treeclj

(unlazy-tree xml-tree)

update-peekclj

(update-peek xs f & args)

Updates top element of a stack.

Updates top element of a stack.
raw docstring

update-someclj

(update-some m path f)

when-predcljmacro

(when-pred pred body)

whitespace?clj

(whitespace? c)

whitespace??cljmacro

(whitespace?? c)

xml-zipclj

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

zipper?clj

(zipper? loc)

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

× close