You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of keeping large chunks of code using usize, we can instead mostly use u64 and u32 and try_unwrap whenever we need a usize. To keep the updates manageable, we can break it into individual PRs.
For understanding, we should look at how we use variable_length_integer.
The text was updated successfully, but these errors were encountered:
Instead of keeping large chunks of code using usize, we can instead mostly use u64 and u32 and
try_unwrap
whenever we need a usize. To keep the updates manageable, we can break it into individual PRs.For understanding, we should look at how we use
variable_length_integer
.The text was updated successfully, but these errors were encountered: