bits-extra-0.0.0.3

Safe HaskellSafe
LanguageHaskell2010

Data.Bits.Pext.Slow

Synopsis

Documentation

class SlowPext a where Source #

Bitwise parallel extract (emulated). Extract bits from the source at the locations described by the mask.

Minimal complete definition

slowPext

Methods

slowPext :: a -> a -> a Source #