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

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


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

--- Comment #4 from Илья Ярошенко <ilyayaroshenko at gmail.com> ---
Oh, my bad... this code should be removed time ago.
-------
//Remove when repeat is finally removed. They're only here as part of the
//deprecation of these functions in std.string.
public import std.algorithm : startsWith, endsWith, cmp, count;
public import std.array : join, split;
------
What we should do with this undocumented stuff?

--


More information about the Digitalmars-d-bugs mailing list