clojure get key from map entry code example
Example: clojure get key from map entry
;; extracts the key of a map entry
(key (clojure.lang.MapEntry. :a :b))
;;=> :a
;; extracts the key of a map entry
(key (clojure.lang.MapEntry. :a :b))
;;=> :a