Wyvern.Value.Struct (wyvern v1.0.3)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Value.Struct{fields: [Wyvern.Value.t()], type: Wyvern.Type.t()}

Functions

new(fields, opts)

@spec new([Wyvern.Value.t()], keyword()) :: t()