Liking cljdoc? Tell your friends :D

clojure.core.match.protocols


IContainsRestPatterncljprotocol

contains-rest-pattern?clj

(contains-rest-pattern? this)

IMatchLookupcljprotocol

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

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

INodeCompilecljprotocol

n-to-cljclj

(n-to-clj this)

IPatternCompilecljprotocol

to-source*clj

(to-source* this ocr)

ISpecializeMatrixcljprotocol

specialize-matrixclj

(specialize-matrix this matrix)

ISyntaxTagcljprotocol

syntax-tagclj

(syntax-tag this)

IVecModcljprotocol

drop-nthclj

(drop-nth this n)

prependclj

(prepend this x)

swapclj

(swap this n)

IVectorPatterncljprotocol

splitclj

(split this n)

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

× close