# `Arrow.Type.FixedSizeList`

Fixed-size list of an inner type. Every slot is exactly `list_size` items;
there is no offsets buffer. The inner type is the single child field of the
enclosing `Arrow.Field`.

# `t`

```elixir
@type t() :: %Arrow.Type.FixedSizeList{list_size: pos_integer()}
```

---

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