template MyTemplate(alias parameter) {}
alias a = MyTemplate!(int[4].init);
Error: found `.` when expecting `)` following template argument list
Error: unexpected identifier `init` after `MyTemplate!(int[4])`
static assert(is(int[3].tupleof[0] == int));
Error: found `.` when expecting `)`
Error: found `tupleof` when expecting `)`
Comment #1 by robert.schadek — 2024-12-13T19:37:10Z