Module usize
Redundant constants module for the [usize primitive type][usize].
New code should use the associated constants directly on the primitive type.
Constants
-
MAX
The largest value that can be represented by this integer type. Use
usize::MAXinstead. -
MIN
The smallest value that can be represented by this integer type. Use
usize::MINinstead.