SmartInt.opEquals

Returns true if this value is mathematically precisely equal to right.

struct SmartInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
bool
opEquals
const pure @safe nothrow @nogc
(
M
)
(
const M right
)
if (
isCheckedInt!M ||
isScalarType!M
)
if (
isIntegral!N &&
isUnqual!N
)

Meta