[Issue 13717] `split` no longer defined by std.string

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Nov 12 08:08:20 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13717

--- Comment #3 from Илья Ярошенко <ilyayaroshenko at gmail.com> ---
I am sorry, forget my comment.
This was public imports.
public import std.algorithm : startsWith, endsWith, cmp, count;
public import std.array : join, split;
Will be fixed

--


More information about the Digitalmars-d-bugs mailing list