mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
`{}` for decls
`{p}` for enum fields
`{p_}` for struct fields and in contexts following a `.`
Elsewhere, `{p}` was used since it's equivalent to the old behavior.