hw-bits-0.5.0.0: Bit manipulation

Copyright2016 John Ky
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Bits.PopCount

Contents

Description

Succinct operations.

Synopsis

Bit map

class PopCount v e where Source #

Minimal complete definition

popCount

Methods

popCount :: e -> v -> Count Source #