# `Ussd.Decisions.Length`
[🔗](https://github.com/spesohq/ussd/blob/main/lib/ussd/decisions/length.ex#L1)

Matches when the input is exactly `length` characters long.

# `t`

```elixir
@type t() :: %Ussd.Decisions.Length{length: non_neg_integer()}
```

# `new`

```elixir
@spec new(non_neg_integer()) :: t()
```

---

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