Ganesan Rajagopal 1be11e230a langref.html.in: Simplify printing types in examples
zig stdlib fmt has a formatter for types which prints the type name.  So,
just use @TypeOf(type) instead of the longer @typeInfo(@TypeOf(type)).
2023-01-09 13:53:37 -07:00
..