On Saturday, November 10, 2012 11:03:31 Jacob Carlborg wrote: > On 2012-11-10 06:28, Jonathan M Davis wrote: > > package restricts access to the same package. D has no concept like C#'s > > internal, because it doesn't have assemblies. > > I'm not entirely sure how assemblies work in C# but couldn't one say > that everything in D is internal unless explicitly marked as export?
I guess, but that's purely a Windows dll thing. Linux isn't stupid enough to be affected by export at all (export is one of my biggest pet peeves with Windows - I absolutely hate it; it's just caused me way too much trouble). - Jonathan M Davis