Structsยง
- Change
- Represents a single change, recording the (
start
,end
) range of the new string, and the old string that used to be contained in that range.start
andend
might be equal, which represents a deletion. Likewise, old might be empty, which represents an insertion. - Edit
Buffer - Edit
View