If you could make any changes to D, what would they look like?

SealabJaster sealabjaster at gmail.com
Wed Oct 20 10:23:27 UTC 2021


On Wednesday, 20 October 2021 at 10:06:30 UTC, IGotD- wrote:
> Priority 1 would introducing managed pointers (aka reference 
> type, fat pointers) in order to fix the no 1 scare of them all, 
> the GC.

So something like `int^` to denote a GC pointer, and `int*` for a 
raw pointer?



More information about the Digitalmars-d mailing list