https://issues.dlang.org/show_bug.cgi?id=13829

--- Comment #1 from Marc Schütz <schue...@gmx.net> ---
In case it wasn't clear:

For strings and wstrings, determining the actual number of code points is an
O(n) operation and should therefore not be available via length at all. The
current implementation returns the number of code units, not of code points.

--

Reply via email to