KingJoffrey <[email protected]> wrote: > The problem is not so much D, but that C++/Java/C# programmers, > and many from other languages (Go, Rust....) will expect private > to mean private...not private..depending on....
Well, that's not entirely true. Visibility in Rust is similar to D. There's no one true language semantics that holds for all languages. That's the point of having different languages.
