# `ITF.Tuple`
[🔗](https://github.com/kokjinsam/itf/blob/v0.1.0/lib/itf/tuple.ex#L1)

An ordered ITF tuple, distinct from a sequence.

# `t`

```elixir
@type t() :: %ITF.Tuple{values: [ITF.Value.t()]}
```

---

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