This commit is contained in:
nathanmarz 2018-03-23 18:24:01 -04:00
parent 01617b6264
commit ac48127871

View file

@ -595,10 +595,12 @@
(last s)) (last s))
#?(:cljs cljs.core/MapEntry) #?(:cljs cljs.core/MapEntry)
#?(:cljs
(get-first [e] (get-first [e]
(key e)) (key e)))
#?(:cljs
(get-last [e] (get-last [e]
(val e)) (val e)))
#?(:clj String :cljs string) #?(:clj String :cljs string)
(get-first [s] (get-first [s]