An ITF variant with a string tag and decoded payload.
Summary
Types
@type t() :: %ITF.Variant{tag: String.t(), value: ITF.Value.t()}
An ITF variant with a string tag and decoded payload.
@type t() :: %ITF.Variant{tag: String.t(), value: ITF.Value.t()}