Disables specified exceptions. Multiple exceptions may be ORed together.
DecimalControl.disableExceptions(ExceptionFlags.overflow); auto d = decimal64.max * decimal64.max; assert (DecimalControl.overflow); assert (isInfinity(d));
See Implementation
Disables specified exceptions. Multiple exceptions may be ORed together.