MurmurHash3.putElement

Adds a single Element of data without increasing element_count. Make sure to increase element_count by Element.sizeof for each call to putElement.

  1. void putElement(uint block)
  2. void putElement(Element block)
  3. void putElement(Element block)
    struct MurmurHash3(uint size, uint opt = size_t.sizeof == 8 ? 64 : 32)
    pure nothrow @nogc
    static if(!(size == 32))
    static if(!(size == 128 && opt == 32))
    static if(size == 128 && opt == 64)
    void
    putElement
    (
    Element block
    )

Meta