Range interface that iterates the string by Unicode code point (dchar), i.e., foreach(dchar c; str.decode)
See Implementation
Range interface that iterates the string by Unicode code point (dchar), i.e., foreach(dchar c; str.decode)