Vexu/arocc

Remove calls to `std.meta.fields`

Closed this issue · 0 comments

From the Zig Discord:

andrewrk — Today at 6:09 PM
who's calling std.meta.fields anyway, it's a silly function

Calls to this function generally can be replaced with @typeInfo(Foo).Struct.fields (or @typeInfo(Foo).Enum.fields etc. depending on what Foo is.)