Because templates with not `untyped` (that is typed) arguments expand later, 
when types of actual arguments are known; they could not be called otherwise. 
And templates with only `untyped` arguments don't depend on types of actual 
arguments on call site (because of no type check) and can be expanded 
immediately, what `{.immediate.}` stands for.

Reply via email to