Module no_std_compat2::isize
source · Available on non-crate feature
std only.Constants
- MAXDeprecation plannedThe largest value that can be represented by this integer type. Use
isize::MAXinstead. - MINDeprecation plannedThe smallest value that can be represented by this integer type. Use
isize::MINinstead.