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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close