Functions for ensuring certain guarantees within the stack machine before running operations.
Functions for ensuring certain guarantees within the stack machine before running operations.
(stack-satisfies-arity? sm num-args)
Verifies that there are enough arguments on the main stack in order
to satisfy the provided num-args
required.
Verifies that there are enough arguments on the main stack in order to satisfy the provided `num-args` required.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close