Zodish.Type.Integer (zodish v0.2.4)
View SourceThis module describes a Zodish integer type.
Summary
Functions
Either enables or disables coercion for the given Integer type.
Creates a new Integer type.
Types
@type t() :: %Zodish.Type.Integer{ 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 }