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

Reply via email to