Copyright | (c) John Ky 2018-2019 |
---|---|
License | BSD-3-Clause |
Maintainer | newhoggy@gmail.com |
Stability | stable |
Safe Haskell | Safe |
Language | Haskell2010 |
Documentation
class SlowPext a where Source #
Bitwise parallel extract (emulated). Extract bits from the source at the locations described by the mask.
:: a | the bitmap from which bits will be extracted |
-> a | the bitmap selecting the bits that are to be extracted |
-> a | the bitmap containing the extract bits with higher-order bits cleared |