Module isize
Redundant constants module for the [isize primitive type][isize].
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
isize::MAXinstead. -
MIN
The smallest value that can be represented by this integer type. Use
isize::MINinstead.