"Dicebot" wrote in message news:[email protected]...
Solution is easy - don't do `import std.log` an don't recommend use to do it in docs, always use `import log = std.log`. This is how D module system is supposed to work.
It's easy, but it's not the easiest. There is a lot of value in having the easiest way to do something also be the right way.
