https://issues.dlang.org/show_bug.cgi?id=14197
Ketmar Dark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Ketmar Dark <[email protected]> --- 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`? --
