Liking cljdoc? Tell your friends :D

meander.match.runtime.epsilon

Functions used by the pattern matcher at runtime.

Functions used by the pattern matcher at runtime.
raw docstring

coll-zipclj/s

source

FAILclj/s

Special value signaling a match failure. Generated code will often utilize this value for control flow purposes.

Special value signaling a match failure. Generated code will often
utilize this value for control flow purposes.
sourceraw docstring

fail?clj/s

(fail? x)

true if the x is the special runtime value FAIL, false otherwise.

true if the `x` is the special runtime value `FAIL`, false
otherwise.
sourceraw docstring

k-combinationsclj/s

source

knitclj/s

source

partitionsclj/s

source

permutationsclj/s

source

run-star-js-arrayclj/s

(run-star-js-array coll rets n body-f then-f)
source

(run-star-js-array-search coll rets n body-f then-f)
source

run-star-seqclj/s

(run-star-seq coll rets n body-f then-f)
source

(run-star-seq-search coll rets n body-f then-f)
source

run-star-vecclj/s

(run-star-vec coll rets n body-f then-f)
source

(run-star-vec-search coll rets n body-f then-f)
source

zip-next-seqclj/s

source

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

× close