Liking cljdoc? Tell your friends :D

fif.stack-machine.stash

Functions for manipulating the stack machine mode stash. The stash is used by individual modes for storing information in between steps.

Functions for manipulating the stack machine mode stash. The stash is
used by individual modes for storing information in between steps.
raw docstring

clear-stashclj/s

(clear-stash sm)
source

get-stashclj/s

(get-stash sm)

Gets the stash. Note that it is stash2, since this is going to replace the deprecated stash functionality which used 'sub-stacks'

Gets the stash. Note that it is stash2, since this is going to
replace the deprecated stash functionality which used 'sub-stacks'
sourceraw docstring

new-stashclj/s

(new-stash sm)
(new-stash sm coll)

Initialize a new stack-machine stash, or replace it with

Initialize a new stack-machine stash, or replace it with 
sourceraw docstring

peek-stashclj/s

(peek-stash sm)
source

remove-stashclj/s

(remove-stash sm)
source

set-stashclj/s

(set-stash sm stack)

Set the stack-machine stash to the given stash.

Set the stack-machine stash to the given stash.
sourceraw docstring

update-stashclj/s

(update-stash sm f & args)
source

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

× close