Closed hriener closed 6 years ago
This PR implements two new methods for kitty::cube:
kitty::cube
The method flip_bit flips a bit at a given position. The method flip_mask flips a mask bit at a given position.
flip_bit
flip_mask
Looks great! Could you please add these two methods into changelog.rst under Cube methods and to cube.rst. Thanks!
changelog.rst
cube.rst
Thanks!
This PR implements two new methods for
kitty::cube
:The method
flip_bit
flips a bit at a given position. The methodflip_mask
flips a mask bit at a given position.