Replaces a range of values with the given values
void replaceRange(int start, int end, Iterable<T> values);