hw-succinct-0.0.0.2: Conduits for tokenizing streams.

Copyright2016 John Ky
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Bits.PopCount

Contents

Description

Succinct operations.

Synopsis

Bit map

class PopCount v e where Source

Methods

popCount :: e -> v -> Count Source