MurmurHash3.get

Returns the hash as an uint[4] value.

  1. Element get()
  2. Element get()
    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)
    Element
    get
    ()
  3. Element get()

Meta