Cedar decimal extension value.
Construct with new/1 and use in entity attributes or request context maps.
Cedar encodes these as {"__extn": {"fn": "decimal", "arg": value}}.
ExCedar.Decimal.new("3.14")
Summary
Types
@type t() :: %ExCedar.Decimal{value: String.t()}