TextIter.inRange

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

class TextIter
bool
inRange

Parameters

start TextIter

start of range

end TextIter

end of range

Return Value

Type: bool

TRUE if iter is in the range