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