Decimal.minExpo

smallest normalized exponent.

struct Decimal(immutable Context _context = DefaultContext)
enum minExpo = 1 - maxExpo;

Meta