I want to be able to use a function such as writefln(), but without adding import std.stdioto the beginning of the file.
Another way to explain this is the way you do it in C ++. You can enter std::cout << "Test";, and this will not allow you to add using namespace std;. I want to do the same, but in D.
Johan
source
share