diffIter method

BufferDiff diffIter(
  1. Buffer other
)

Lazy iterator over the diff between this buffer and other.

Implementation

BufferDiff diffIter(Buffer other) => BufferDiff(content, other.content, area);