in_range
Description:
public bool in_range (
TextIter start,
TextIter end)
Checks whether this falls in the range [start
, end
).
start
and end
must be in ascending order.
Parameters:
this |
a TextIter
|
start |
start of range
|
end |
end of range
|
Returns:
true if this is in the range
|