initializing a static array

Andrea Fontana nospam at example.com
Tue Oct 10 14:05:36 UTC 2017


On Tuesday, 10 October 2017 at 13:53:37 UTC, jmh530 wrote:
> double[n] bar;
> bar[] = 0;

This works at runtime only for mutable arrays, anyway.



More information about the Digitalmars-d-learn mailing list