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

Composite type for fixed-size typed tuples.

Each position is cast through its declared type. The tuple size
must match the type list length.

    field :range, {:tuple, [:float, :float]}

---

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