Macro Constant-Repetition-Constant-Length-Closure

Part of:

package cl-ppcre
( constant-repetition-constant-length-closure < check-curr-pos > )

This is the template for simple constant repetitions (where simple
means that the inner regex to be checked is of fixed length LEN, and
that it doesn't contain registers, i.e. there's no need for
backtracking) and where constant means that MINIMUM is equal to
MAXIMUM. CHECK-CURR-POS is a form which checks whether the inner regex
of the repetition matches at CURR-POS.