| Safe Haskell | Trustworthy |
|---|---|
| Language | Haskell2010 |
Plutus.OnChain.Bits
Contents
Description
Bit operations.
Functions
Arguments
| :: Integer | The first integer. |
| -> Integer | The second integer. |
| -> Integer | The bitwise exclusive-or. |
Compute the bitwise exclusive-or of two non-negative integers.
Arguments
| :: Integer | The integer. |
| -> Bool | Whether the integer is odd. |
Test whether a non-negative integer is odd.