Iterating chars by Word

Виталий Фадеев vital.fadeev at gmail.com
Fri Nov 13 05:14:08 UTC 2020


Is:
wchar[] chars;  // like a: "import 
core.sys.windows.windows;\nimport std.conv      : to;\n"

Goal:
foreach ( word; chars.byWord )
{
     // ...
}

Iterating chars by Word...
How to ? ( simple, fast, low memory, beauty, perfect )



More information about the Digitalmars-d-learn mailing list