xxhash64Of

Compute xxHash-64 of input data, with optional seed seed.

  1. ulong xxhash64Of(ubyte[] data, ulong seed)
    pure nothrow @safe @nogc
    ulong
    xxhash64Of
    (
    in ubyte[] data
    ,
    ulong seed = 0
    )
  2. ulong xxhash64Of(char[] data, ulong seed)

Meta