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?
-- /Jacob Carlborg