Returns a stream containing the state of the underlying list of Ts for each change reported
T
Stream<List<T>> replacements() => this.map((ListDiffs<T> diffs) => diffs.args.replacement);