D2 std.conv to D1 please
Jarrett Billingsley
jarrett.billingsley at gmail.com
Wed May 27 17:36:15 PDT 2009
On Wed, May 27, 2009 at 7:38 PM, Saaa <empty at needmail.com> wrote:
> I've been wanting to write a D-styled data format module but just got
> extremely discouraged :)
> Most of the functionality I need for this is already available in D2's
> std.conv.
> Is it possible to add this functionality into D1's std.conv?
>
>
>
Have a look at std2. It's a backporting of some features of Phobos 2,
including some of the new std.conv, to D1:
http://www.dsource.org/projects/std2
More information about the Digitalmars-d
mailing list