Closed asutton closed 9 years ago
Aliases complement the module system.
Added a using declaration that allows names to be imported from a module into the current scope. For example:
import std.net.ofp; using std.net.ofp.uint; def x : uint(8) = 3; // Ok
Aliases complement the module system.