@hackage word-array0.1.0.0
treat integral types as arrays of smaller integral types
Categories
License
MIT
Maintainer
zacharyachurchill@gmail.com
Links
Versions
- 0.1.0.0 Sun, 21 Aug 2022
Installation
Dependencies (3)
- base >=4.13 && <5.0
- deepseq
- mono-traversable Show all…
Dependents (0)
treat integral types as arrays of smaller integral types.
mostly a collection of bitwise operations. you can, for instance,
split a Word64
into 8 Word8
s