Zodish.Type.Numeric (zodish v0.2.4)
View SourceThis module describes a Zodish numeric type (string).
Summary
Functions
Creates a new Numeric type.
Types
@type t() :: %Zodish.Type.Numeric{ length: Zodish.Option.t(non_neg_integer()) | nil, max: Zodish.Option.t(non_neg_integer()) | nil, min: Zodish.Option.t(non_neg_integer()) | nil }