MurmurHash3.this

Undocumented in source.
  1. this(uint seed)
  2. this(uint seed4, uint seed3, uint seed2, uint seed1)
  3. this(uint seed)
    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)
    this
    (
    uint seed
    )
  4. this(ulong seed)
  5. this(ulong seed2, ulong seed1)

Meta