Expand description
Numeric types with niche memory layout optimization.
Macros§
- Implements a
NonValue[I|U]B<V>
.
Structs§
- A signed integer that is known not to equal some specific value.
- An unsigned integer that is known not to equal some specific value.
- An unsigned integer that is known not to equal some specific value.
core
A value that is known not to equal zero.core
Provides intentionally-saturating arithmetic onT
.- 🚩
core
The error type returned when a checked integral type conversion fails. core
Provides intentionally-wrapped arithmetic onT
.
Type Aliases§
- A signed integer that is known not to equal its most extreme value (
MIN
). - An unsigned integer that is known not to equal its most extreme value (
MAX
). - An unsigned integer that is known not to equal its most extreme value (
MAX
). core
A signed integer that is known not to equal zero.core
A signed integer that is known not to equal zero.core
A signed integer that is known not to equal zero.core
A signed integer that is known not to equal zero.core
A signed integer that is known not to equal zero.core
A signed integer that is known not to equal zero.core
An unsigned integer that is known not to equal zero.core
An unsigned integer that is known not to equal zero.core
An unsigned integer that is known not to equal zero.core
An unsigned integer that is known not to equal zero.core
An unsigned integer that is known not to equal zero.core
An unsigned integer that is known not to equal zero.