| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Haskus.Format.Binary.Bits.Bitwise
Description
Bitwise bit operations
Synopsis
- class Bitwise a where
Documentation
class Bitwise a where Source #
Bitwise bit operations
Minimal complete definition
(.&.), (.|.), xor, complement