Is anything private by default when declared in a module?

Gary Willoughby dev at nomad.so
Mon Dec 2 12:43:22 PST 2013


Is anything private by default when declared in a module?

I'm declaring functions, classes, structs, enums, aliases, etc.. 
I'm assuming all these are public by default when declared in a 
module to allow them to be imported into another. Is there 
anything private by default when declared in a module?


More information about the Digitalmars-d-learn mailing list