On Thursday, 23 April 2020 at 13:48:54 UTC, Steven Schveighoffer
wrote:
>
> These kinds of puzzles are fun ;)
>
yeah no.
It's not fun if you have to make sure the rewrite is what people
expect.
Foo!(AliasSeq(1,2)...)... will expand to Compiler_Tuple(Foo!(1),
Foo!(2))