gmmd.compute.set_bit

gmmd.compute.set_bit(bv, bit_pos)

Set the bit_pos th bit of bv as 1.

Parameters
  • bv (BitVector.BitVector) – Bit vector to be set.

  • bit_pos (int) – The position of the bit.

Return type

BitVector.BitVector