Ussd.Decisions.Length (Ussd v0.2.0)

Copy Markdown View Source

Matches when the input is exactly length characters long.

Summary

Types

t()

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

Functions

new(length)

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