mutable pointers as associative array keys

John Colvin john.loughran.colvin at gmail.com
Mon Apr 10 18:14:56 UTC 2023


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?


More information about the Digitalmars-d-learn mailing list