Wyvern.Instruction.Select (wyvern v1.0.3)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Instruction.Select{
  cond: Wyvern.Value.t(),
  dest: Wyvern.Instruction.Types.destination(),
  id: reference(),
  if_false: Wyvern.Value.t(),
  if_true: Wyvern.Value.t()
}

Functions

new(dest, cond, if_true, if_false)