std.string import cleanup: how to fix regression?

Ilya Yaroshenko via Digitalmars-d digitalmars-d at puremagic.com
Thu Nov 13 11:27:57 PST 2014


alias can not be deprecated :-(
>
> What about:
>
> static import std.algorithm : startsWith, endsWith, cmp, count;
> static import std.array : join, split;
>
> deprecated {
>     alias startsWith = std.algorithm.startsWith;
>     ...
> }



More information about the Digitalmars-d mailing list