It seems that it isn't possible, am I missing something?
alias Q = int[int*]; pragma(msg, Q); // int[const(int)*] Also, is this documented somewhere?
John Colvin via Digitalmars-d-learn Mon, 10 Apr 2023 11:16:10 -0700
It seems that it isn't possible, am I missing something?
alias Q = int[int*]; pragma(msg, Q); // int[const(int)*] Also, is this documented somewhere?