Lars Ivar Igesund wrote: > rm wrote: > >> even more, all your import are plain imports :-) >> you'd better use "private import ..." >> that prevents symbols imported in a module for it's internal >> implementation to leak through to other modules. > > Imports are private by default, now. > thx, and making them public? public import std.stdio; ??? roel