xxhashOf

Computes xxhash hashes of arbitrary data.

@trusted pure nothrow
uint
xxhashOf
(
in ubyte[] source
,
uint seed = 0
)

Return Value

Type: uint

4 byte hash value.

Meta