Zodish.Type.Number (zodish v0.2.4)
View SourceThis module describes a Zodish number type.
Summary
Types
@type t() :: %Zodish.Type.Number{ coerce: boolean(), gt: Zodish.Option.t(integer()) | nil, gte: Zodish.Option.t(integer()) | nil, lt: Zodish.Option.t(integer()) | nil, lte: Zodish.Option.t(integer()) | nil }