Module no_std_compat2::usize

source ·
Available on non-crate feature std only.

Constants

  • MAXDeprecation planned
    The largest value that can be represented by this integer type. Use usize::MAX instead.
  • MINDeprecation planned
    The smallest value that can be represented by this integer type. Use usize::MIN instead.