(ns inventory.core (:require [clojure.spec.alpha :as s])) The key function supplied by spec is valid?: (s/valid? number? 44) ; Returns true.
確定! 回上一頁