Struct ByCodePoint

Iterates String by UTF-8 code point.

struct ByCodePoint(E)
  
if (is(Unqual!E == char));

Parameters

NameDescription
E Element type (char or const(char)).