A better way to write this function? (style question)

Jacob Carlborg doob at me.com
Tue Dec 31 03:58:08 PST 2013


On 2013-12-30 23:51, John Colvin wrote:

> Anyway, the big problem I've hit is that AFAICT std.algorithm makes a
> complete mess of unicode and i can't find a byCodeUnit range anywhere in
> order to make it correct.

There's a "byGrapheme" and a "byCodePoint" function in std.uni. It was 
recently added.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list