5 ms·
What is machine-specific about i32? It's a signed 32-bit integer, regardless of the machine you're on.
by proto_lambda 3y ago
What is machine-specific about i32? It's a signed 32-bit integer, regardless of the machine you're on.
- kazinator 3y agoWhy not use i36 then?
- proto_lambda 3y agoBecause that's not a type in Rust. I don't understand where you're going with this.
- kazinator 3y agoWhy isn't that a type in Rust? It's a signed 36 bit integer, regardless of the machine you are on.
- tialaramex 3y agoThere are several crates which provide this type if you want it, such as ux and num_x
- deleted 3y ago[deleted]
- deleted 3y ago[deleted]