March 31, 2010
Is there an equivalent of std.utf.stride anywhere in tango?
March 31, 2010
Ellery Newcomer wrote:
> Is there an equivalent of std.utf.stride anywhere in tango?

decode in tango.text.convert.Utf.

Returns the code point at the start of the string and passes the length in code units out of the second parameter by ref.