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.