View Source Ash.Type.Decimal (ash v3.0.15)
Represents a decimal.
A builtin type that can be referenced via :decimal
Constraints
:max
- Enforces a maximum on the value:min
- Enforces a minimum on the value:greater_than
- Enforces a minimum on the value (exclusive):less_than
- Enforces a maximum on the value (exclusive)