LenY is the length of the Y list.
()
| 86 | |
| 87 | // LenY is the length of the Y list. |
| 88 | func (es EditScript) LenY() int { return len(es) - es.stats().NX } |
| 89 | |
| 90 | // EqualFunc reports whether the symbols at indexes ix and iy are equal. |
| 91 | // When called by Difference, the index is guaranteed to be within nx and ny. |