Copyright | 2016 John Ky |
---|---|
License | MIT |
Safe Haskell | None |
Language | Haskell2010 |
HaskellWorks.Data.Bits.PopCount.PopCount1
Description
Succinct operations.
- class PopCount1 v where
Documentation
class PopCount1 v where Source #
The number of one bits in the value.
Minimal complete definition
Instances