Constantsยง
- MAX
Deprecation planned - The largest value that can be represented by this integer type. Use
isize::MAXinstead. - MIN
Deprecation planned - The smallest value that can be represented by this integer type. Use
isize::MINinstead.
isize::MAX instead.isize::MIN instead.