I’ve also come to some sort of a conclusion that anytype
should not be used in every place where “normal” Zig type names are used, 'cause anytype
is not a name of a type within Zig type system (including comptime type
type), it (anytype
) just does not fit it (type system) very well imho.
1 Like