November 30, 2006
When I import std.thread, I have to write the toString() method in std.string full qualified, because if not it tries to call the object.toString(), but this doesn't work, because it doesn't accept an argument.