(require '[clojure.spec.alpha :as s]) ;; Let's define a spec for an empty map (s/def ::my-map (s/keys)) ;; Empty map is valid, ...
確定! 回上一頁