(-is-of? this v)
Returns if v is of this type.
Returns if v is of this type.
(-unapply this v)
Return nil if v does not match, or a vector of the values this was composed from.
Return nil if v does not match, or a vector of the values this was composed from.
(match v & clauses)
A conditional special form over values, with special deconstructuring support for type implementing IUnapply
A conditional special form over values, with special deconstructuring support for type implementing IUnapply
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close