LenX is the length of the X list.
()
| 83 | |
| 84 | // LenX is the length of the X list. |
| 85 | func (es EditScript) LenX() int { return len(es) - es.stats().NY } |
| 86 | |
| 87 | // LenY is the length of the Y list. |
| 88 | func (es EditScript) LenY() int { return len(es) - es.stats().NX } |