I love these documentation lines in the D docs:

        auto byGrapheme(Range)(Range range)

How should I know what auto is? Why not write the explicit type so that I know what to expect? When declaring a variable as class/struct member I can't use auto but need the explicit type...

I used typeof() but that doesn't help a lot:

gText = [Grapheme(53, 0, 0, 72057594037927936, [83, ...., 1)]Result!string

I want to iterate a string byGrapheme so that I can add, delete, change graphemes.

--
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

Reply via email to