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.
Share this post
Seq.unfold and creating bit masks
Share this post
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.