byDchar

Iterate an input range of characters by char, wchar, or dchar. These aliases simply forward to byUTF with the corresponding C argument.

alias byDchar = byUTF!dchar

Meta