Function RangeIterator.seekTo

Positions the iterator at the first cell that overlaps or follows "target", i.e. such that range_max() >= target.range_min().

void seekTo (
  in const(RangeIterator) target
);