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))
#?(:cljs cljs.core/MapEntry)
(get-first [e]
(key e))
(get-last [e]
(val e))
#?(:cljs
(get-first [e]
(key e)))
#?(:cljs
(get-last [e]
(val e)))
#?(:clj String :cljs string)
(get-first [s]