Related to this: What's the status of std.utf and std.encoding? The comments in std.encoding say that some functions supersede their std.utf counterparts.
byCodePoint for a range of chars
John Colvin via Digitalmars-d-learn Tue, 20 May 2014 11:00:41 -0700
Given a range with element type char, what's the best way of
iterating over it by code-point, without filling an array first?
- byCodePoint for a range of chars John Colvin via Digitalmars-d-learn
- Re: byCodePoint for a range of ... Justin Whear via Digitalmars-d-learn
- Re: byCodePoint for a range... monarch_dodra via Digitalmars-d-learn
- Re: byCodePoint for a range of ... monarch_dodra via Digitalmars-d-learn
- Re: byCodePoint for a range... John Colvin via Digitalmars-d-learn