SafeInt.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
struct SafeInt(N, bool bitOps = true, bool throws = true)
nothrow @nogc const
bool
opEquals
(
M
)
(
const M right
)
if (
isSafeInt!M ||
isScalarType!M
)
if (
isIntegral!N &&
)

Meta