MurmurHash.hash64A

Undocumented in source. Be warned that the author may not have intended to support it.
  1. long hash64A(const(ubyte)[] data, int seed)
    class MurmurHash
    static
    long
    hash64A
    (
    const(ubyte)[] data
    ,
    int seed
    )
  2. long hash64A(const(ubyte)[] data, int offset, int length, int seed)
  3. long hash64A(ByteBuffer buf, int seed)

Meta