ClojureDocs

Search results for query: mapv

1 to 1 of 1 results. prev page | next page

  • mapv

    clojure.core

    • (mapv f coll)
    • (mapv f c1 c2)
    • (mapv f c1 c2 c3)
    • (mapv f c1 c2 c3 & colls)

    Returns a vector consisting of the result of applying f to the set of first items of each coll, followed by applying f to the set of second items in each coll, until any one of the colls is exhausted. Any remaining items in other colls are ignored. Function f should accept number-of-colls a...

prev page | next page