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