Liking cljdoc? Tell your friends :D

cljs.core.match.protocols


IContainsRestPatternclj/sprotocol

contains-rest-pattern?clj/s

(contains-rest-pattern? this)
source

IExistentialPatternclj/sprotocol

source

IMatchLookupclj/sprotocol

Allows arbitrary objects to act like a map-like object when pattern matched. Avoid extending this directly for Java Beans, see match.java/bean-match.

Allows arbitrary objects to act like a map-like object when pattern
matched. Avoid extending this directly for Java Beans, see
`match.java/bean-match`.

val-atclj/s

(val-at this k not-found)
sourceraw docstring

INodeCompileclj/sprotocol

n-to-cljclj/s

(n-to-clj this)
source

IPatternCompileclj/sprotocol

to-source*clj/s

(to-source* this ocr)
source

IPseudoPatternclj/sprotocol

source

ISpecializeMatrixclj/sprotocol

specialize-matrixclj/s

(specialize-matrix this matrix)
source

ISyntaxTagclj/sprotocol

syntax-tagclj/s

(syntax-tag this)
source

IVecModclj/sprotocol

drop-nthclj/s

(drop-nth this n)

prependclj/s

(prepend this x)

swapclj/s

(swap this n)
source

IVectorPatternclj/sprotocol

splitclj/s

(split this n)
source

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

× close