knuthhash64Of

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

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

Meta