[Issue 14197] "replace" was moved from std.string without alias added
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Feb 22 12:18:46 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14197
Ketmar Dark <ketmar at ketmar.no-ip.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ketmar at ketmar.no-ip.org
--- Comment #5 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
i believe that alias should be added and should *not* be deprecated. i mean,
'cmon, if i want to do a replacement in *string*, i have to import `std.array`?
with such changes we improving modularity, but making Phobos (and D,
consequently) much harder to use for newcomers.
heck, i still can't remember what i have to import to do some string
operations. is it `std.string`? or is it `std.array`? or is it `std.format`? or
is it `std.whatever`?
--
More information about the Digitalmars-d-bugs
mailing list