Expand description
Types with signed and unsigned variants
This modules focuses on describing types that have both an unsigned and signed variant,
such as i8 / u8.
Traitsยง
- IsSigned
- All types that are signed
- IsUnsigned
- All types that are unsigned
- Signed
- Types with signed and unsigned variants