Wyvern.Value.LocalRef (wyvern v1.0.4)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Value.LocalRef{name: String.t(), type: Wyvern.Type.t()}

Functions

new(type, name)

@spec new(Wyvern.Type.t(), String.t()) :: t()