On Sunday 21 August 2011 09:36 Rainer Schuetze wrote: > I've used a combination of selective imports Be careful with that private import m : a; is the same as private import m; alias m.a a; atm. Meaning that if you import that file, m.a will be visible as a from the outside.