basic_string.toHash

Hash to allow basic_strings to be used as keys for built-in associative arrays. **The result will generally not be the same as C++ std::hash<std::basic_string<T>>.**

struct basic_string(T, Traits = char_traits!T, Alloc = allocator!T)
extern (D) @nogc const @nogc nothrow pure @safe
size_t
toHash
()

Meta