(filter-map pred-kv m)
Returns map with keys that meet pred
, which takes a key and value as
inputs.
Returns map with keys that meet `pred`, which takes a key and value as inputs.
(fmap f m)
Maps a function onto the values of a map.
Maps a function onto the values of a map.
(submap? m sub)
Checks whether m contains all entries in sub
.
Checks whether m contains all entries in `sub`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close