On Thursday, 16 January 2020 at 01:02:46 UTC, Mike Parker wrote:
On Wednesday, 15 January 2020 at 20:06:01 UTC, mark wrote:


However, what I really miss is a contents page so that I can look at each topic and jump back when I want to recap something.

Please submit an enhancement request:

https://github.com/dlang-tour/core/issues

Done: https://github.com/dlang-tour/core/issues/741

For example, I haven't found one definitive place in the docs that document D's strings.

https://dlang.org/spec/arrays.html#strings

I'd found that, as I mentioned, but it is unsatisfactory. For example, it says nothing about how to iterate the characters in a string or about the different kinds of string lengths (byte count, code point count, grapheme count).

Strings are important enough to deserve their own chapter in the online "D Programming Language". Such a chapter ought to have cross-refs to arrays and draw together _all_ the relevant string related info.

Reply via email to