SafeInt.toHash

Get a simple hashcode for this value.

struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
const pure @safe nothrow @nogc
size_t
toHash
()
if (
isIntegral!N &&
)

Meta