File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 ; ; https://groups.google.com/g/clojure/c/FVcrbHJpCW4/m/Fh7NsX_Yb7sJ
1313 (is (= 'k (key #?(:cljs (cljs.core/MapEntry. 'k 'v nil )
1414 :lpy (map-entry 'k 'v)
15- :phel [ 'k 'v] ; Phel map entries are vectors
15+ :phel ( map-entry 'k 'v)
1616 :default (clojure.lang.MapEntry/create 'k 'v)))))
1717 (when-var-exists sorted-map
1818 (is (= :a (key (first (sorted-map :a :b ))))))
Original file line number Diff line number Diff line change 1111 ; ; https://groups.google.com/g/clojure/c/FVcrbHJpCW4/m/Fh7NsX_Yb7sJ
1212 (is (= 'v (val #?(:cljs (cljs.core/MapEntry. 'k 'v nil )
1313 :lpy (map-entry 'k 'v)
14- :phel [ 'k 'v] ; Phel represents map entries as vectors
14+ :phel ( map-entry 'k 'v)
1515 :default (clojure.lang.MapEntry/create 'k 'v)))))
1616 (is (= :b (val (first (hash-map :a :b )))))
1717 (when-var-exists sorted-map
You can’t perform that action at this time.
0 commit comments