In the course of working on ParsecClone I needed some code that could take in an arbitrary byte array and convert it to a corresponding bit array.
Seq.unfold and creating bit masks
In the course of working on ParsecClone I needed some code that could take in an arbitrary byte array and convert it to a corresponding bit array.