1.3.0 permalink Arrow_down_16x16
  • (vals map)
Returns a sequence of the map's values.

1 Example top

  • user=> (vals {:a "foo", :b "bar"})
    ("foo" "bar")
    
Log in to add / edit an example.

See Also top

Log in to add a see also.

Plus_12x12 Minus_12x12 Source clojure/core.clj:1454 top

(defn vals
  "Returns a sequence of the map's values."
  {:added "1.0"
   :static true}
  [map] (. clojure.lang.RT (vals map)))
Vars in clojure.core/vals:
Used in 0 other vars

Comments top

No comments for vals. Log in to add a comment.