Returns a regex op that matches one or more values matching
pred. Produces a vector of matches
Source
(defmacro+"Returns a regex op that matches one or more values matching
pred. Produces a vector of matches"[pred-form]
`(rep+impl '~(respred-form) ~pred-form))