Structs
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
: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
: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
: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
: