Safe Haskell | None |
---|---|
Language | Haskell2010 |
Bit map
class BitLength v where Source #
bitLength :: v -> Count Source #
Number of bits in a value including ones and zeros.
endPosition :: v -> Position Source #
Number of bits in a value including ones and zeros as a position.