Given a spec and a value, returns :cljs.spec.alpha/invalid if value does
not match spec, else the (possibly destructured) value.
Source
(defnconform"Given a spec and a value, returns :cljs.spec.alpha/invalid if value does\n not match spec, else the (possibly destructured) value."[specx](conform*(specizespec)x))