Zodish.Type.Decimal (zodish v0.2.4)
View SourceThis module describes a Zodish float type.
Summary
Functions
Either enables or disables coercion for the given Decimal type.
Creates a new Decimal type.
Types
@type t() :: %Zodish.Type.Decimal{ coerce: boolean(), gt: Zodish.Option.t(Decimal.t()) | nil, gte: Zodish.Option.t(Decimal.t()) | nil, lt: Zodish.Option.t(Decimal.t()) | nil, lte: Zodish.Option.t(Decimal.t()) | nil }