user=> (vals {:a "foo", :b "bar"}) ("foo" "bar")
Returns the value in the map entry.
Returns a sequence of the map's keys.
(defn vals "Returns a sequence of the map's values." {:added "1.0" :static true} [map] (. clojure.lang.RT (vals map)))
Comments top
No comments for vals. Log in to add a comment.