Module num

Module num 

1.6.0 · Source
Expand description

Numeric traits and functions for the built-in numeric types.

Structs§

NonZero
A value that is known not to equal zero.
ParseIntError
An error which can be returned when parsing an integer.
TryFromIntError
The error type returned when a checked integral type conversion fails.

Enums§

IntErrorKind
Enum to store the various types of errors that can cause parsing an integer to fail.

Type Aliases§

NonZeroU8
A u8 that is known not to equal zero.
NonZeroU16
A u16 that is known not to equal zero.
NonZeroU32
A u32 that is known not to equal zero.
NonZeroU64
A u64 that is known not to equal zero.
NonZeroU128
A u128 that is known not to equal zero.
NonZeroUsize
A usize that is known not to equal zero.