ClojureDocs

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

Search results for query: @name map @library clojure core

41 to 50 of 64 results. prev page | next page

  • partial-map

    clojure.core.logic

    • (partial-map m)

    Given map m, returns partial map that unifies with maps even if it doesn't share all of the keys of that map.

    0 examples · See also: clojure.core.logic/featurec
  • map->PMap

    clojure.core.logic

    • (map->PMap m__8001__auto__)

    Factory function for class clojure.core.logic.PMap, taking a map of keywords to field values.

    0 examples
  • map-of

    clojure.spec.alpha

    • (map-of kpred vpred & opts)

    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...

    • 0 examples
      • 0 examples
        • 0 examples
          • 0 examples
            • 0 examples
            • seq-to-map-for-destructuring

              clojure.core

              • (seq-to-map-for-destructuring s)

              Builds a map from a seq as described in https://clojure.org/reference/special_forms#keyword-arguments

              1 example
            • char-name-string

              clojure.core

                Returns name string for char or nil if none

                2 examples · See also: clojure.core/char-escape-string