mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
This small change makes working with tuple types much easier, allowing the use of anonymous (eg. obtained with meta.ArgsTuple) tuples in more places without the need for specifying each (quoted!) field name in the initializer.