View Source Shapex.Types.List (shapex v0.3.1)
Module that contains List type for Shapex.
It's better to use the Shapex.Types.list/1 function to create a schema, since it covers implementation details and provides a more user-friendly API.
Summary
Functions
Callback implementation for Shapex.Type.validate/2
.
Types
@type t() :: %Shapex.Types.List{item: Shapex.Type.t()}
Functions
Callback implementation for Shapex.Type.validate/2
.