On Sat, May 2, 2009 at 12:21 AM, Daniel Keep <[email protected]> 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)
On Sat, May 2, 2009 at 12:21 AM, Daniel Keep <[email protected]> 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)