void setRange(int start, int end, Iterable<T> iterable, [int skipCount = 0]) { _value.setRange(start, end, iterable, skipCount); update(); }