| Copyright | 2016 John Ky |
|---|---|
| License | MIT |
| Safe Haskell | None |
| Language | Haskell2010 |
HaskellWorks.Data.Bits.BitWise
Contents
Description
Succinct operations.
Bit map
Class of values that have bit wise logical operations
Class of values that have shift operations
Methods
(.?.) :: a -> Position -> Bool infixl 9 Source
Test whether the bit ad the given offset is set
Instances