Access

BitVecFind

BitVecFind Description Find index of first occurrence of a specific bit value.

Read More

BitVecFindLast

BitVecFindLast Description Find index of last occurrence of a specific bit value.

Read More

BitVecFlip

BitVecFlip Description Flip the value of bit at given index in bitvector. Changes 0 to 1 and 1 to 0.

Read More

BitVecGet

BitVecGet Description Get the value of bit at given index in bitvector.

Read More

BitVecSet

BitVecSet Description Set the value of bit at given index in bitvector.

Read More