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.
(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'
(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
(set-stash sm stack)
Set the stack-machine stash to the given stash.
Set the stack-machine stash to the given stash.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close