Wyvern.Value.BlockAddress (wyvern v1.0.3)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Value.BlockAddress{
  function: GlobalRef.t(),
  label: Label.t(),
  type: Wyvern.Type.t()
}

Functions

new(function, label)