Expand description
Conversion traits and functions for conversions between usize
and fixed sized integers.
Warning: The traits are conditionally implemented based on the target pointer width, so they can make your crate less portable.
Traits§
Functions§
- usize_
from - Create an usize from a fixed sized integer.