Import concerns revisited

Deewiant deewiant.doesnotlike.spam at gmail.com
Sun Jul 9 23:37:51 PDT 2006


John Reimer wrote:
> "in" seems inappropriate in this situation.  "as" perfectly correlates to a
> renaming or aliasing action.  "in" is confusing and looks more like an action on
> a set.
> 

If you read it as "into" I think it should make sense, if you think of namespaces:

import foo.bar in foobar; // import foo.bar into the foobar namespace



More information about the Digitalmars-d mailing list