void replaceRange(int start, int end, Iterable<E> replacements) => update(() => _list.replaceRange(start, end, replacements));