Zig.Parser.Block (zig_parser v0.3.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zig.Parser.Block{
  code: [term()],
  comptime: boolean(),
  label: atom(),
  location: {pos_integer(), pos_integer()},
  nosuspend: term(),
  suspend: term()
}

Link to this section Functions

Link to this function

post_traverse(rest, list, context, _, _)