BitVecInsertMultiple
BitVecInsertMultiple Description Insert all bits from another bitvector at a specific position. All existing bits at and after the position are shifted right.
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 MoreBitVecPrefixMatch
BitVecPrefixMatch Description Match bitvector against an array of prefix patterns. Returns the index of the first matching prefix.
Read MoreBitVecRemoveRange
BitVecRemoveRange Description Remove multiple consecutive bits starting at a specific position. All bits after the removed range are shifted left.
Read MoreBitVecSuffixMatch
BitVecSuffixMatch Description Match bitvector against an array of suffix patterns. Returns the index of the first matching suffix.
Read More