Switch all the isize to usize.
Now that we don't have to maintain stable array indices in File, we can use usize to store the indices, the way nature intended, and save a lot of really tedious integer casts!
Loading
Please register or sign in to comment