Closed gatesn closed 1 day ago
It's a small difference, but we tend to use u64 to refer specifically to meaningful u64 data, whereas usize is for generic unsigned integers outside the data domain.
It's a small difference, but we tend to use u64 to refer specifically to meaningful u64 data, whereas usize is for generic unsigned integers outside the data domain.