Empty associative array

Stefan Koch uplink.coder at googlemail.com
Mon Aug 9 12:44:43 UTC 2021


On Monday, 9 August 2021 at 12:16:44 UTC, deadalnix wrote:
> In D associative array have reference semantic. Well they do, 
> except when they are initially created, in which case they are 
> null. For instance:
>
> [...]

You could use a global and/or pass by ref.


More information about the Digitalmars-d mailing list