spec Guide, Project home page is https://github.com/clojure/spec-alpha2/ spec/keys call: user=> (s/conform (s/keys :req-un [::a ::c]) {:a 1 :c 2}) {:a 1, :c 2} ...
確定! 回上一頁