[racket] bitwise operations on byte strings
On 08/03/2012 08:10 AM, Paulo J. Matos wrote:
> thanks, from the docs though there doesn't seem to be any support
> in-place for binary operations over bitstrings, right?
Oh! You mean like bitwise-and, bitwise-xor and so on, but for
byte-vectors, right? Sorry - I thought you meant *extracting* things at
bit resolution from byte-vectors.
You're right, there are no bitwise logical operations included in bitsyntax.
(That would be a useful library, though.)
Regards,
Tony