14.5 Metaparameter loop constructs
New syntaces for compile-time expanded repetitive constructs:
Sequential composition
{ ; i:N: ... }
Concurrent composition
{ , i:N: ... }
Determinstic selection
[ [] i:N: ... ]
Nondeterminstic selection
[: i:N: ... ]