Wyvern. Instruction. Switch
(wyvern v1.0.3)
Copy Markdown
Summary
Types
@type t() :: %Wyvern.Instruction.Switch{ cases: [{Wyvern.Value.t(), Wyvern.Label.t()}], default_label: Wyvern.Label.t(), id: reference(), value: Wyvern.Value.t() }
Functions
@spec new(Wyvern.Value.t(), Wyvern.Label.t(), [{Wyvern.Value.t(), Wyvern.Label.t()}]) :: t()