mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 22:30:05 +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.