In clojure.spec, how can I declare a map that accepts only certain keys? {::a 1 ::b 2 ::BAD 3} does conform to (s/keys :req :req [::a ::b]), ...
確定! 回上一頁