ClojureDocs

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

Search results for query: *map

21 to 27 of 27 results. prev page | next page

  • sorted-map-by

    clojure.core

    • (sorted-map-by comparator & keyvals)

    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.

  • proxy-mappings

    clojure.core

    • (proxy-mappings proxy)

    Takes a proxy instance and returns the proxy's fn map.

    1 example · See also: clojure.core/proxy
  • map->SubstValue

    clojure.core.logic

    • (map->SubstValue m__8001__auto__)

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

    0 examples
  • map->Constructor

    clojure.reflect

    • (map->Constructor m__8001__auto__)

    Factory function for class clojure.reflect.Constructor, taking a map of keywords to field values.

    1 example
  • map->SuspendedStream

    clojure.core.logic

    • (map->SuspendedStream m__8001__auto__)

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

    0 examples
  • *print-namespace-maps*

    clojure.core

      *print-namespace-maps* controls whether the printer will print namespace map literal syntax. It defaults to false, but the REPL binds to true.

      1 example
    • 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
    prev page | next page