const AB c = {a,20, numbers};
sclytrack
sclytrack at hotmail.com
Mon Apr 16 11:15:31 PDT 2012
> const numbers = new int[2];
> const c = const(AB)(a, 20, numbers);
> writeln(c);
> }
>
> Bye,
> bearophile
That's exactly what I needed, thanks.
More information about the Digitalmars-d-learn
mailing list