(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.
(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.
(update-peek xs f & args)
Updates top element of a stack.
Updates top element of a stack.
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close