bits-extra-0.0.1.3: Useful bitwise operations

Safe HaskellSafe
LanguageHaskell2010

Data.Bits.Pext.Slow

Synopsis

Documentation

class SlowPext a where #

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 #

Instances
SlowPext Word # 
Instance details

Defined in Data.Bits.Pext.Slow

Methods

slowPext :: Word -> Word -> Word #

SlowPext Word8 # 
Instance details

Defined in Data.Bits.Pext.Slow

Methods

slowPext :: Word8 -> Word8 -> Word8 #

SlowPext Word16 # 
Instance details

Defined in Data.Bits.Pext.Slow

Methods

slowPext :: Word16 -> Word16 -> Word16 #

SlowPext Word32 # 
Instance details

Defined in Data.Bits.Pext.Slow

Methods

slowPext :: Word32 -> Word32 -> Word32 #

SlowPext Word64 # 
Instance details

Defined in Data.Bits.Pext.Slow

Methods

slowPext :: Word64 -> Word64 -> Word64 #