| Copyright | 2016 John Ky | 
|---|---|
| License | MIT | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
HaskellWorks.Data.Bits.FixedBitSize
Description
Succinct operations.
- class FixedBitSize a where
Documentation
class FixedBitSize a where Source #
Class of values that have a fix bit size
Minimal complete definition
Methods
fixedBitSize :: a -> Count Source #
Get the bit size of a value of given type.
>>>fixedBitSize Word88