<meta http-equiv="content-type" content="text/html; charset=utf-8">Does D have anything comparable to C++ references à la "void nullCheckLessFunction(const std::string& notNullStr) {...}" or does it only have the equivalent of "void nullCheckingRequired(const std::string* mightByNullStr) {...}"?