Liking cljdoc? Tell your friends :D

stencil.util


->intclj

(->int x)
source

assoc-if-valclj

(assoc-if-val m k v)
source

dfs-walk-xmlclj

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

dfs-walk-xml-nodeclj

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

eval-exceptionclj

(eval-exception message expression)
source

failcljmacro

(fail msg obj)
source

find-firstclj

(find-first pred xs)
source

find-first-in-treeclj

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

find-lastclj

(find-last pred xs)
source

fixptclj

(fixpt f x)
source

iterationsclj

(iterations f elem)
source

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

parsing-exceptionclj

(parsing-exception expression message)
source

prefixesclj

(prefixes xs)
source

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

stringclj

(string values)
(string xform coll)
source

subs-lastclj

(subs-last s n)
source

suffixesclj

(suffixes xs)
source

trimclj

(trim s)
source

unlazy-treeclj

(unlazy-tree xml-tree)
source

update-peekclj

(update-peek xs f & args)

Updates top element of a stack.

Updates top element of a stack.
sourceraw docstring

update-someclj

(update-some m path f)
source

when-predcljmacro

(when-pred pred body)
source

whitespace?clj

(whitespace? c)
source

whitespace??cljmacro

(whitespace?? c)
source

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

zipper?clj

(zipper? loc)
source

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

× close