digitalmars.D - Using
- TechnoZeus (4/4) Apr 25 2005 Does D have an equivilent to the C# "using" functionality?
- Unknown W. Brackets (2/9) Apr 25 2005
- Charlie (4/8) Apr 25 2005 I hear alot about 'namespaces' , how is D's package structure not as goo...
- Jarrett Billingsley (5/8) Apr 25 2005 Mainly because you can't force use of a module/package namespace, and
I'm guessing that the answer is no, since namespace support seems to be somewhat missing, but I thought I would ask anyway. TZ
Apr 25 2005
Well, you can basically do it with alias and import. -[Unknown]I'm guessing that the answer is no, since namespace support seems to be somewhat missing, but I thought I would ask anyway. TZ
Apr 25 2005
I hear alot about 'namespaces' , how is D's package structure not as good as 'namespaces' ? "TechnoZeus" <TechnoZeus PeoplePC.com> wrote in message news:d4iac2$1bht$1 digitaldaemon.com...I'm guessing that the answer is no, since namespace support seems to be somewhat missing, but I thought I would ask anyway. TZ
Apr 25 2005
"Charlie" <charles jwavro.com> wrote in message news:d4j76d$2963$1 digitaldaemon.com...I hear alot about 'namespaces' , how is D's package structure not as good as 'namespaces' ?Mainly because you can't force use of a module/package namespace, and because you can't put a namespace anywhere you want with just module/package namespaces.
Apr 25 2005