ClojureDocs

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

Search results for query: ^map @library "clojure core"

21 to 30 of 61 results. prev page | next page

    • 0 examples
      • 0 examples
        • 0 examples
          • 0 examples
          • map-indexed

            clojure.core

            • (map-indexed f)
            • (map-indexed f coll)

            Returns a lazy sequence consisting of the result of applying f to 0 and the first item of coll, followed by applying f to 1 and the second item in coll, etc, until coll is exhausted. Thus function f should accept 2 arguments, index and item. Returns a stateful transducer when no collection i...

          • 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
          • map-invert

            clojure.set

            • (map-invert m)

            Returns the map with the vals mapped to the keys.

            3 examples
            • 0 examples
              • 0 examples
                • 0 examples