Decimal.min

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

Return Value

Type: Decimal!(Hook)

The minimum value that this decimal type can represent. Equal to -1 * 10 ^^ minExponent

Meta