BitVecFindLast
BitVecFindLast Description Find index of last occurrence of a specific bit value.
Read MoreBitVecCountPattern
BitVecCountPattern Description Count total occurrences of a bit pattern in the bitvector.
Read MoreBitVecFindAllPattern
BitVecFindAllPattern Description Find all occurrences of a bit pattern in the bitvector. Results array must be pre-allocated with sufficient space.
Read MoreBitVecFindLastPattern
BitVecFindLastPattern Description Find last occurrence of a bit pattern in the bitvector.
Read MoreBitVecFindPattern
BitVecFindPattern Description Find first occurrence of a bit pattern in the bitvector.
Read More