bits-extra-0.0.1.2

Safe HaskellSafe
LanguageHaskell2010

Data.Bits.Pdep.Slow

Synopsis

Documentation

class SlowPdep a where Source #

Bitwise parallel deposit (emulated). Deposits bits from the source at the locations described by the mask.

Minimal complete definition

slowPdep

Methods

slowPdep :: a -> a -> a Source #