containers.internal.hash
Templates for hashing types.
License
-
Declaration
pure nothrow @nogc @trusted hash_t
generateHash
(T)(Tvalue
) if (is(T == string));A variant of the FNV-1a (64) hashing algorithm.
Templates for hashing types.
pure nothrow @nogc @trusted hash_t
generateHash
(T)(T value
) if (is(T == string));
A variant of the FNV-1a (64) hashing algorithm.