Returns a set of the elements for which pred is true
(clojure.set/select odd? #{1 2 3}) ;;=> #{1 3}
Returns a lazy sequence of the items in coll for which (pred item) returns logical true. pred must...
Returns a rel of the elements of xrel with only the keys in ks
When passed 2 rels, returns the rel corresponding to the natural join. When passed an additional k...
select