Is isize always pointer sized?

Are isize and usize guaranteed to be the same byte width as pointers? Or is there a possibility they can differ? E.g. when pointer widths are larger than than the addressable memory.

Here is the current stance of the Unsafe Code Guidelines Reference:

6 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.