Zig.Parser.StructLiteral (zig_parser v0.6.0)

Summary

Types

t()

@type t() :: %Zig.Parser.StructLiteral{
  location: term(),
  type: atom() | nil,
  values: %{optional(atom()) => any()}
}