Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
32.38k
stars
1.48k
forks
source link
Remove the special case for `i32`. #4543
Closed
zygoloid closed 1 week ago
For the few remaining uses of the builtin
i32
type, manually build anIntType(Signed, 32)
value instead. These are:Run
.if
expression are converted into.We should consider converting those three cases away from
i32
over time.