(loop-kv f xs)
A combination of map & doseq specialized for maps. Takes a function f
and
a map, calls f
with each key & value, discards results.
A combination of map & doseq specialized for maps. Takes a function `f` and a map, calls `f` with each key & value, discards results.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close