TemplateApply¶
Fills the slots of a template string.
A StringTemplate object may be given instead of the raw text:
<*expr*> is an expression slot, evaluated inline.
With no arguments to fill, the one-argument form still runs them:
A template need not be a string. In an expression template TemplateSlot
is filled, TemplateIf chooses a clause, and TemplateSequence splices one
copy of its body per list element: