It should: we're comparing to Rust, whose namespace system seems very similar to a "using namespace std".
Not at all; only if you use globs ("use foo::*"). D's namespace system is like that, but not Rust's.
It should: we're comparing to Rust, whose namespace system seems very similar to a "using namespace std".