hw-bits-0.2.0.0: Conduits for tokenizing streams.

Copyright2016 John Ky
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Bits.PopCount.PopCount1

Description

Succinct operations.

Synopsis

Documentation

class PopCount1 v where Source #

The number of one bits in the value.

Minimal complete definition

popCount1

Methods

popCount1 :: v -> Count Source #