github.com/google/go-cmp/cmp.sliceIndex.ykey (field)
9 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L460: step.vy, step.ykey = vy.Index(iy), iy
compare.go#L462: step.vy, step.ykey = reflect.Value{}, -1
path.go#L212: xkey, ykey int
path.go#L220: case si.xkey == si.ykey:
path.go#L222: case si.ykey == -1:
path.go#L227: return fmt.Sprintf("[?->%d]", si.ykey)
path.go#L230: return fmt.Sprintf("[%d->%d]", si.xkey, si.ykey)
path.go#L236: if si.xkey != si.ykey {
path.go#L251: func (si SliceIndex) SplitKeys() (ix, iy int) { return si.xkey, si.ykey }
 |
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. |