[][src]Module int_conv::sign

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