new int[]

Nathan S. no.public.email at example.com
Wed Jan 10 22:46:13 UTC 2018


Is there any problem with:

----
import std.stdio;

void main(string[] args)
{
     int[] x = [1, 2, 3];
     writeln(x);
}
----
https://run.dlang.io/is/CliWcz


More information about the Digitalmars-d-learn mailing list