On Thursday, 9 January 2014 at 17:21:11 UTC, Manu wrote:
money!) even when that's not a requirement. I'm dealing with ascii right
now.

Then first (and mandatory) thing to do is stop using `string` type and switch to `ubyte[]` (or wrapper from std.ascii)

Second thing to do then will be to complain about lack of `ubyte[]` specializations/overloads for most string processing functions ;)

Reply via email to