(def-keys amap keys)
Defines all selected keys in a map, e.g.: (def-map mymap [name age length])
Defines all selected keys in a map, e.g.: (def-map mymap [name age length])
(rf-some)
(rf-some x)
(rf-some _ x)
Reducing function that returns the first logical true value. Ported from net.cgrand/xforms
Reducing function that returns the first logical true value. Ported from net.cgrand/xforms
(xf-some xform coll)
Process coll through the specified xform and returns the first logical true value. Ported from net.cgrand/xforms
Process coll through the specified xform and returns the first logical true value. Ported from net.cgrand/xforms
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close