basic_string.toHash
size_t toHash() const @nogc nothrow pure @safeHash to allow basic_strings to be used as keys for built-in associative arrays.
std::hash<std::basic_string<T>>.size_t toHash() const @nogc nothrow pure @safeHash to allow basic_strings to be used as keys for built-in associative arrays.
std::hash<std::basic_string<T>>.