TextIter.inRange

Checks whether iter falls in the range [start, end). start and end must be in ascending order.

class TextIter
int
inRange

Parameters

start TextIter

start of range

end TextIter

end of range

Return Value

Type: int

TRUE if iter is in the range

Meta