BitVecInsertRange
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 MoreBitVecCompareRange
BitVecCompareRange Description Compare ranges of two bitvectors lexicographically.
Read MoreBitVecEqualsRange
BitVecEqualsRange Description Compare specific ranges of two bitvectors for equality.
Read MoreBitVecRemoveRange
BitVecRemoveRange Description Remove multiple consecutive bits starting at a specific position. All bits after the removed range are shifted left.
Read More