Wyvern. Value. Struct
(wyvern v1.0.4)
Copy Markdown
Summary
Types
@type t() :: %Wyvern.Value.Struct{fields: [Wyvern.Value.t()], type: Wyvern.Type.t()}
Functions
@spec new([Wyvern.Value.t()], keyword()) :: t()