https://issues.dlang.org/show_bug.cgi?id=13717
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from [email protected] --- The `split(string)` qnd splitter variants *should* be visible from std.string. It was recently removed from std.string and moved to std.algorithm due to function/alias conflicts. These are string specific functions so at least that specific overload should be included by std.string. --
