(explain-data pattern x)
Returns list of errors or nil
Returns list of errors or nil
(match x & pattern)
Match against each pattern and assert with is
Match against each pattern and assert with is
(match* x & patterns)
Match against each pattern
Match against each pattern
(matcho x pattern)
Match against one pattern and assert with is
Match against one pattern and assert with is
(matcho* x pattern)
Match against one pattern
Match against one pattern
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close