Decimal.opEquals

Implementation of == operator. This operation is silent, no exceptions are thrown. Supported types : _decimal, floating point, integral, char

struct Decimal(int bits)
const
@IEEECompliant("compareQuietEqual", 24)
@IEEECompliant("compareQuietNotEqual", 24)
bool
opEquals
(
T
)
(
auto const ref T value
)
if (
bits == 32 ||
bits == 64
||
bits == 128
)

Meta