phobos-next v0.3.5 (2020-07-23T15:01:39Z)
Home
Dub
Repo
identityHash64Of
nxt
hash_functions
Dummy-hash for benchmarking performance of HashSet.
pragma(
inline
, true) @
safe
nothrow pure @
nogc
ulong
identityHash64Of
(
T
)
(
in
T
x
)
if
(
isIntegral
!
T
&&
T.sizeof
<= ulong.
sizeof
)
Meta
Source
See Implementation
nxt
hash_functions
functions
fibonacci_hash
hashOfPolymorphic
hashOfTypeInfoPtr
identityHash64Of
muellerHash32
muellerHash64
typeidHashOf
wangMixHash64
Dummy-hash for benchmarking performance of HashSet.