Decimal.toHash

Returns a unique hash of the _decimal value suitable for use in a hash table. Notes: This function is not intended for direct use, it's provided as support for associative arrays.

struct Decimal(int bits)
@safe pure nothrow @nogc
size_t
toHash
()
if (
bits == 32 ||
bits == 64
||
bits == 128
)

Meta