phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
xxhash64Of
nxt
xxhash64
Compute xxHash-64 of input
data
, with optional seed
seed
.
ulong
xxhash64Of
(ubyte[] data, ulong seed)
pure nothrow @
safe
@
nogc
ulong
xxhash64Of
(
in
ubyte
[]
data
,
ulong
seed
= 0
)
ulong
xxhash64Of
(char[] data, ulong seed)
Meta
Source
See Implementation
nxt
xxhash64
functions
xxhash64Of
structs
XXHash64
Compute xxHash-64 of input data, with optional seed seed.