type github.com/google/go-cmp/cmp.sliceIndex

3 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L452: 	step := SliceIndex{&sliceIndex{pathStep: pathStep{typ: t.Elem()}, isSlice: isSlice}}
		path.go#L209: type SliceIndex struct{ *sliceIndex }
		path.go#L210: type sliceIndex struct {