Liking cljdoc? Tell your friends :D

fif.utils.stash

Functions for manipulating stashes, not to be confused with stacks. A stash in this case is collection of containers. The containers are sequenced fifo-style, with operations performed on the latest container pushed into the collection of stash containers.

Functions for manipulating stashes, not to be confused with stacks.
A stash in this case is collection of containers. The containers are
sequenced fifo-style, with operations performed on the latest
container pushed into the collection of stash containers.
raw docstring

*gen-incrementclj/s

source

create-stashclj/s

(create-stash)
source

get-unique-idclj/s

(get-unique-id)
source

new-stashclj/s

(new-stash stash)
(new-stash stash container)
source

peek-stashclj/s

(peek-stash stash)
source

remove-stashclj/s

(remove-stash stash)
source

update-stashclj/s

(update-stash stash f & args)
source

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

× close