github.com/google/go-cmp/cmp/internal/diff.EditScript.stats (method)
4 uses
github.com/google/go-cmp/cmp/internal/diff (current package)
diff.go#L62: func (es EditScript) stats() (s struct{ NI, NX, NY, NM int }) {
diff.go#L82: func (es EditScript) Dist() int { return len(es) - es.stats().NI }
diff.go#L85: func (es EditScript) LenX() int { return len(es) - es.stats().NY }
diff.go#L88: func (es EditScript) LenY() int { return len(es) - es.stats().NX }
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |