xxxxxxxxxx
void main() @nogc {
string txt;
import std.algorithm: splitter;
foreach (x; txt.splitter) {}
}