Constructs an array-map. If any keys are equal, they are handled as if by repeated uses of assoc.
Given map m, returns partial map that unifies with maps even if it doesn't share all of the keys of that map.
Factory function for class clojure.core.logic.PMap, taking a map of keywords to field values.
Returns a spec for a map whose keys satisfy kpred and vals satisfy vpred. Unlike 'every-kv', map-of will exhaustively conform every value. Same options as 'every', :kind defaults to map?, with the addition of: :conform-keys - conform keys as well as values (default false) See also - eve...