MurmurHash3.getBytes

Returns the current hashed value as an ubyte array.

  1. ubyte[4] getBytes()
  2. ubyte[16] getBytes()
    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)
    ubyte[16]
    getBytes
    ()
  3. ubyte[16] getBytes()

Meta