containers.internal.hash

Templates for hashing types.

Authors

Brian Schott

  • Declaration

    pure nothrow @nogc @trusted hash_t generateHash(T)(T value) if (is(T == string));

    A variant of the FNV-1a (64) hashing algorithm.