On Wednesday, 8 June 2022 at 00:43:24 UTC, Ali Çehreli wrote:


Do I remember correctly that there were syntax proposals that used $ or _?

  int[$] arr = [ 1, 2 ];
  int[_] arr = [ 1, 2 ];

But I can't find past discussions about that.

https://github.com/dlang/DIPs/blob/master/DIPs/other/DIP1039.md

Links to the discussion and feedback threads are in the review summary. The author withdrew the DIP, so anyone who would like to pick it up again is free to do so.

Reply via email to