hw-bits-0.7.0.3: Bit manipulation

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Bits.AllExcess.AllExcess0

Documentation

class AllExcess0 a where Source #

Minimal complete definition

allExcess0

Methods

allExcess0 :: a -> Int Source #

Number of 0-bits minues the number of 1-bits.