user=> (keys {:keys :and, :some :values}) (:keys :some)
Returns a sequence of the map's values.
keyval => key val Returns a new hash map with supplied mappings.
Returns the key of the map entry.
Same as (def name (fn [params* ] exprs*)) or (def name (fn ([para
(defn keys "Returns a sequence of the map's keys." {:added "1.0"} [map] (. clojure.lang.RT (keys map)))
Comments top
No comments for keys. Log in to add a comment.