Zodish.Type.List (zodish v0.2.4)
View SourceThis module describes a Zodish list type.
Summary
Types
@type t() :: t(Zodish.Type.t())
@type t(inner_type) :: %Zodish.Type.List{ inner_type: inner_type, length: Zodish.Option.t(non_neg_integer()) | nil, max: Zodish.Option.t(non_neg_integer()) | nil, min: Zodish.Option.t(non_neg_integer()) | nil }