keyval => key val Returns a new sorted map with supplied mappings. If any keys are equal, they are handled as if by repeated uses of assoc.
Factory function for class clojure.reflect.Constructor, taking a map of keywords to field values.
keyval => key val Returns a new hash map with supplied mappings. 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.SubstValue, taking a map of keywords to field values.
Returns a new structmap instance with the keys of the structure-basis. keyvals may contain all, some or none of the basis keys - where values are not supplied they will default to nil. keyvals can also contain keys not in the basis.
Returns a map of all the mappings for the namespace.
keyval => key val Returns a new sorted map with supplied mappings, using the supplied comparator. If any keys are equal, they are handled as if by repeated uses of assoc.
Factory function for class clojure.core.logic.SuspendedStream, taking a map of keywords to field values.