the following emulates 'keys' (map key {:a 1 :b 2}) ;;=> (:a :b). link. ;; extracts the key of a map entry (key (clojure.lang.MapEntry. :a :b)) ;;=> :a.
確定! 回上一頁