Position

BitVecContainsAt

BitVecContainsAt Description Check if bitvector contains the given pattern at a specific position.

Read More

IterMove

IterMove Description Move current reading position of Iterator.

Read More

IterNext

IterNext Description Move to next element (wrapper for IterMove)

Read More

IterPos

IterPos Description If there’s space left to read in memory region we’re iterating over, then return a pointer to current read position.

Read More

IterPrev

IterPrev Description Move to previous element (wrapper for IterMove)

Read More