Liking cljdoc? Tell your friends :D

:const

Provides a constant collection as a relation. Probably the most boring operator, of questionable utility.

Use if you want to do relic processing on known-ahead-of-time sequences of maps.

[[:const [{:a 1} {:a 2} {:a 3}]]
 [:where [even? :a]]]
;; =>
[{:a 2}]

Can you improve this documentation?Edit on GitHub

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

× close