bits-extra-0.0.1.0
Data.Bits.Pext.Slow
Synopsis
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 #
Instances
slowPext :: Word -> Word -> Word Source #
slowPext :: Word8 -> Word8 -> Word8 Source #
slowPext :: Word16 -> Word16 -> Word16 Source #
slowPext :: Word32 -> Word32 -> Word32 Source #
slowPext :: Word64 -> Word64 -> Word64 Source #