MurmurHash3.get

Returns the hash as an uint value.

  1. Element get()
    struct MurmurHash3(uint size, uint opt = size_t.sizeof == 8 ? 64 : 32)
    pure nothrow @nogc
    static if(size == 32)
    Element
    get
    ()
  2. Element get()
  3. Element get()

Meta