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