template for creating FNV magic constants and endianness, depending on if 32bit (uint) or 64bit (ulong) are used.
FNV magic constants and endianness
Type of hash to use, should be uint or ulong, or any alias to them. Defaults to hash_t, which is a D alias to size_t.
See Implementation
template for creating FNV magic constants and endianness, depending on if 32bit (uint) or 64bit (ulong) are used.