void replaceRange(int start, int end, Iterable<E> replacements) { value.replaceRange(start, end, replacements); set(value, force: true); }