The sequences.unrolled vocabulary provides versions of some of the Sequence combinators that unroll their loops, that is, expand to a constant number of repetitions of a quotation rather than an explicit loop. These unrolled combinators all require a constant integer value to indicate the number of unrolled iterations to perform.
Unrolled versions of high-level iteration combinators: