BufferDiff constructor

BufferDiff(
  1. List<Cell> _prev,
  2. List<Cell> _next,
  3. Rect _area
)

Implementation

BufferDiff(this._prev, this._next, this._area);