access foreach index counter for Iterate n times

rikki cattermole rikki at cattermole.co.nz
Sat May 21 15:50:43 UTC 2022


Unicode.

Multi-byte code points.

UTF-8 and UTF-16 are variable length to produce a single Unicode 
codepoint that is 32bit.

writeln("“".length, " ", "”".length); // 3 3


More information about the Digitalmars-d mailing list