# `Arrow.Type.List`

Variable-length list of an inner type. The inner type is described by the
single child field of the enclosing `Arrow.Field`.

# `t`

```elixir
@type t() :: %Arrow.Type.List{}
```

---

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