Crate nook

Source

Structsยง

BalancedI8
A balanced signed integer, similar to the ordinary unbalanced integer of the same size except the minimum extent is shrunk by one, balancing the integer and providing a niche. Thus Option<BalancedI8> is guaranteed to have the same size as i8:
BalancedI16
A balanced signed integer, similar to the ordinary unbalanced integer of the same size except the minimum extent is shrunk by one, balancing the integer and providing a niche. Thus Option<BalancedI16> is guaranteed to have the same size as i16:
BalancedI32
A balanced signed integer, similar to the ordinary unbalanced integer of the same size except the minimum extent is shrunk by one, balancing the integer and providing a niche. Thus Option<BalancedI32> is guaranteed to have the same size as i32:
BalancedI64
A balanced signed integer, similar to the ordinary unbalanced integer of the same size except the minimum extent is shrunk by one, balancing the integer and providing a niche. Thus Option<BalancedI64> is guaranteed to have the same size as i64: