hw-bits-0.5.0.2: Bit manipulation

Copyright2016 John Ky
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Bits.PopCount.PopCount0

Description

Succinct operations.

Synopsis

Documentation

class PopCount0 v where Source #

The number of zero bits in the value.

Minimal complete definition

popCount0

Methods

popCount0 :: v -> Count Source #