how to initialize an array of typedef-ed type?

Jarrett Billingsley jarrett.billingsley at gmail.com
Fri May 1 21:35:40 PDT 2009


On Sat, May 2, 2009 at 12:21 AM, Daniel Keep
<daniel.keep.lists at gmail.com> wrote:

>
> import std.conf;
> b = to!(long[])(a);
>
> That should work, in theory.

In reality, it's std.conv ;)

(or tango.util.Convert, with identical syntax)


More information about the Digitalmars-d-learn mailing list