package
Version:
v0.0.0-...-ad3cfc1
Opens a new window with list of versions in this module.
Published: Dec 16, 2019
License: LGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package eachchange will compare two areas
Diff returns a new fixed area of the size of area1 with all the Char of area1
that are not equal in area2
EachChange compares two areas and invoke the callback every time there is
a difference. It only covers the area of area1.
type Char interface {
Equal(Char) bool
}
Char interface that must be implemented for EachChange to work
Source Files
¶
Click to show internal directories.
Click to hide internal directories.