public imports

Thorsten Kiefer thorstenkiefer at gmx.de
Sun Mar 4 13:10:55 PST 2007


Hi,
is it possible that if I import a module,then I import that module's imports also ?
E.g.:

// test.d
module test;
import std.stdio;

//main.d
import test;
...writefln...





More information about the Digitalmars-d mailing list