Why does std.string use public imports?

Jesse Phillips jessekphillips+D at gmail.com
Thu Jun 30 21:20:05 PDT 2011


Andrej Mitrovic Wrote:

> I'm referring to these two in std.string:
> public import std.algorithm : startsWith, endsWith, cmp, count;
> public import std.array : join, split;

I'm not sure why they are public, but selective/named imports have been publicly imported for some time. Bugzilla 3?? I think.


More information about the Digitalmars-d-learn mailing list