Module int

Source
Expand description

Group of an integer which defines addition as integer (wrapping) addition

  • Associative operation: Integer wrapping addition, $(a + b) \mod 2^N$
  • Identity element: 0
  • Inverse element: -x

Structsยง

I8Group
See self
I16Group
See self
I32Group
See self
I64Group
See self
I128Group
See self
IsizeGroup
See self
U8Group
See self
U16Group
See self
U32Group
See self
U64Group
See self
U128Group
See self
UsizeGroup
See self