Liking cljdoc? Tell your friends :D

fif.stdlib.tools

Includes stack functionality that can manipulate the entire stack machine.

Includes stack functionality that can manipulate the entire stack
machine.
raw docstring

clear-stack-opclj/s

(clear-stack-op sm)
source

get-stack-opclj/s

(get-stack-op sm)
source

import-stdlib-stack-toolsclj/s

(import-stdlib-stack-tools sm)
source

reset-stack-opclj/s

(reset-stack-op sm)

Resets the entire stack machine, similar to a soft-reset

  • clears main stack
  • clears the loop return stack
  • resets the scope
  • clears sub stash
  • clears mode stash
  • clears flags
  • clears code queue
Resets the entire stack machine, similar to a soft-reset

- clears main stack
- clears the loop return stack
- resets the scope
- clears sub stash
- clears mode stash
- clears flags
- clears code queue
sourceraw docstring

reverse-stack-opclj/s

(reverse-stack-op sm)
source

stack-empty?-opclj/s

(stack-empty?-op sm)
source

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

× close