The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
MurmurHash3.getBytes
std
digest
murmurhash
MurmurHash3
Returns the current hashed value as an ubyte array.
ubyte
[
4
]
getBytes
()
ubyte
[
16
]
getBytes
()
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
))
static if
(
size == 128 && opt == 64
)
ubyte
[16]
getBytes
(
)
Meta
Source
See Implementation
std
digest
murmurhash
MurmurHash3
functions
finalize
finish
get
getBytes
put
putElement
putElements
putRemainder
Returns the current hashed value as an ubyte array.