Module types

Source
Expand description

Integer types.

Structs§

NegativeI32
A strictly negative integer in the range i32::MIN..0.
U31
A positive integer in the range 0..=i32::MAX.

Functions§

fold_into_i32
Represent a Result as a single integer where negative values are errors.