Decimal.maxExpo

maximum value of the exponent.

struct Decimal(immutable Context _context = DefaultContext)
enum maxExpo = context.maxExpo;

Meta