Decimal.max

struct Decimal(Hook = Abort)
static @property
Decimal!(Hook)
max
()
()

Return Value

Type: Decimal!(Hook)

The maximum value that this decimal type can represent. Equal to (1 * 10 ^^ (maxExponent + 1)) - 1

Meta