Variables & kind of memory

Mike Parker aldacron at gmail.com
Sat Apr 23 06:20:30 UTC 2022


On Saturday, 23 April 2022 at 03:41:17 UTC, Alain De Vos wrote:
>
>
> int [] GLV=[1,2];
> int [2] GLF=[1,2];
> static int [] GSLV=[1,2];
> static int [2] GSLF=[1,2];

FYI, `static` has no effect at module scope.




More information about the Digitalmars-d-learn mailing list