There was an error while loading. Please reload this page.
usize represents the type of a value that holds lengths/sizes. It can hold values [0, 18446744073709551615].
usize
[0, 18446744073709551615]
size_t
uz
usize is used to hold array lengths, file sizes, etc.
Table of Contents