Hello, for some reason this doesn't work in specter:
(sp/select-one
[sp/FIRST
key]
{:a :b}) => [:a :b]
Is there specter equivalent of clojure.core key / val?you could use (view first)
Although I'm curious what your intention is for using FIRST on a map.
Since maps are usually not in a predictable order.