Liking cljdoc? Tell your friends :D

telsos.lib.algorithms.maps


invert-map->multimapclj

(invert-map->multimap m)

submap?clj

(submap? m1 m2)

Returns true if m2 is a submap of m1, false otherwise. A map is considered a submap if all of its key-value pairs exist in the other map. It also works for vectors, treating them as maps with non-negative integral keys.

Returns true if m2 is a submap of m1, false otherwise. A map is considered a submap if
all of its key-value pairs exist in the other map. It also works for vectors, treating
them as maps with non-negative integral keys.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close