Comment on Patterns with Rust TypesparentComments−heinrich59913yIt was explicitly renamed away from `uint` to make it clear that it's not the default integer. Rust tries to encourage using explicit bit widths.
Comments
It was explicitly renamed away from `uint` to make it clear that it's not the default integer. Rust tries to encourage using explicit bit widths.