bits-extra-0.0.1.3: Useful bitwise operations
Data.Bits.Pdep.Slow
class SlowPdep a where #
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 #
Defined in Data.Bits.Pdep.Slow
slowPdep :: Word -> Word -> Word #
slowPdep :: Word8 -> Word8 -> Word8 #
slowPdep :: Word16 -> Word16 -> Word16 #
slowPdep :: Word32 -> Word32 -> Word32 #
slowPdep :: Word64 -> Word64 -> Word64 #