hw-bits-0.0.0.8: Conduits for tokenizing streams.

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 #