Skip to main content

Crate sim_lib_numbers_fixed

Crate sim_lib_numbers_fixed 

Source
Expand description

The fixed-width integer domains (numbers/i8 .. numbers/i128, numbers/u8 .. numbers/u128): their literals, values, and the widening promotion edges through the signed and unsigned integer lattice.

Structsยง

FixedNumbersLib
The library that installs every fixed-width integer domain (numbers/i8 through numbers/i128, numbers/u8 through numbers/u128, and the pointer-width isize/usize): their literal classes and shapes, value shapes, and the widening promotion edges through the integer lattice.