Decimal.precision

the maximum length of the coefficient in decimal .

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

Meta