This package provides various templates for generating templates and iterating using templates. In essense, this package is intended to abstract away certain implementation details and complexities that make groking code more difficult; they should be used when possible to improve code maintenance.
\ref{_for-each-n_} recurisvely produces the body~\tt{@values@} given a numeric range and step. This can also be used to generate sequences at compile-time rather than using functions, provided that the sequence data are static.