void fillRange(int start, int end, [T? fillValue]) { _value.fillRange(start, end, fillValue); update(); }