knuthhash64Of

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

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

Meta