Function String.decode

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

dlib.text.utf8.UTF8Decoder.decode decode (
  void
);