Returns a regex op that matches zero or one value matching
pred. Produces a single value (not a collection) if matched.
Source
(defmacro?"Returns a regex op that matches zero or one value matching
pred. Produces a single value (not a collection) if matched."[pred-form]
`(maybe-impl ~pred-form '~(respred-form)))