zig icon indicating copy to clipboard operation
zig copied to clipboard

Generic structs should include field listings

Open andrewrk opened this issue 1 year ago • 1 comments

Example: std.ArrayHashMapUnmanaged

It does not list the struct fields, but it should.

I think it should say "Generic Struct" instead of "Type Function" for the main heading.

Related:

  • #19249

andrewrk avatar Mar 22 '24 01:03 andrewrk

note to implementors that https://ziglang.org/documentation/master/std/#std.meta.Int is also a "Type Function"

nektro avatar Mar 22 '24 21:03 nektro