Function: rx--translate->=
rx--translate->= is a byte-compiled function defined in rx.el.gz.
Signature
(rx--translate->= BODY)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/rx.el.gz
(defun rx--translate->= (body)
(rx--check-repeat-arg '>= 1 body)
(rx--translate-counted-repetition (car body) nil (cdr body)))