SmartInt.toHash

Get a simple hashcode for this value.

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

Meta