BitVecInsert
BitVecInsert Description Insert a bit at given index in bitvector. Shifts all bits at and after the index to the right.
Read MoreBitVecInsertMultiple
BitVecInsertMultiple Description Insert all bits from another bitvector at a specific position. All existing bits at and after the position are shifted right.
Read MoreBitVecInsertPattern
BitVecInsertPattern Description Insert a bit pattern from a byte at a specific position. Only the specified number of bits from the pattern are inserted.
Read MoreBitVecInsertRange
BitVecInsertRange Description Insert multiple bits of the same value at a specific position. All existing bits at and after the position are shifted right.
Read MoreBitVecPush
BitVecPush Description Push a bit to the end of bitvector. Grows the bitvector if necessary.
Read More