Should this work?

Jacob Carlborg doob at me.com
Fri Jan 10 00:12:45 PST 2014


On 2014-01-10 02:34, Adam D. Ruppe wrote:

> Some code differences from the old days:
>
> * before: converting to and from string was in std.string. Functions
> like toInt, toString, etc. Nowadays, this is all done with std.conv.to.
> The new way is way cool, but a newbie's first place to look might be for
> std.string.toString rather than std.conv.to!string.

I think it would be good to still have a few alias, like toString and toInt.

> * before: some char type stuff was in std.string (and the rest in
> std.ctype IIRC). Now, it is in std.ascii and std.uni.

std.uni was available in D1 as well.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list