what's the difference between 'static import =' and 'import ='?
Boris Wang
nano.kago at hotmail.com
Tue Jul 18 20:18:22 PDT 2006
For example:
* static import io = std.stdio;
* import io = std.stdio;
We must use io prefix to access std.stdio, in above two situation.
More information about the Digitalmars-d-learn
mailing list