mini-proposal: Rename std.meta.IntType to std.meta.Int #5194
Labels
accepted
This proposal is planned.
breaking
Implementing this issue could cause existing code to no longer compile or have different behavior.
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
standard library
This issue involves writing Zig code for the standard library.
Milestone
The capitalization already makes it clear it returns a type, and it would be more consistent with a possible
std.meta.Vector
, which would replace@Vector
, which is not called@VectorType
.The text was updated successfully, but these errors were encountered: