# `Plushie.Type.Composite.List`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.7.2/lib/plushie/type/composite/list.ex#L1)

Composite type for typed lists.

Every element is cast through the inner type. All must succeed.

    field :tags, {:list, :string}

---

*Consult [api-reference.md](api-reference.md) for complete listing*
