identityHash64Of

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