BUG: bitSet bitwise and does not trim
The bitSet '&=' ignores the values from non-overlapping blocks, which means that values remain sticky. Should be actually zero out these blocks.
Edited by Mark OLESEN
The bitSet '&=' ignores the values from non-overlapping blocks, which means that values remain sticky. Should be actually zero out these blocks.