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

An ITF map whose arbitrary keys and emitted entry order are preserved.

# `t`

```elixir
@type t() :: %ITF.Map{entries: [{ITF.Value.t(), ITF.Value.t()}]}
```

---

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