MurmurHash3.putRemainder

Put remainder bytes. This must be called only once after putElement and before finalize.

  1. void putRemainder(const(ubyte[]) data)
  2. void putRemainder(const(ubyte[]) data)
    struct MurmurHash3(uint size, uint opt = size_t.sizeof == 8 ? 64 : 32)
    pure nothrow @nogc
    void
    putRemainder
    (
    scope const(ubyte[]) data...
    )
  3. void putRemainder(const(ubyte[]) data)

Meta

Suggestion Box / Bug Report