EditScript represents the series of differences between two lists.
| 35 | |
| 36 | // EditScript represents the series of differences between two lists. |
| 37 | type EditScript []EditType |
| 38 | |
| 39 | // String returns a human-readable string representing the edit-script where |
| 40 | // Identity, UniqueX, UniqueY, and Modified are represented by the |
nothing calls this directly
no outgoing calls
no test coverage detected