github.com/google/go-cmp/cmp.Path.Index (method)

3 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L232: 		if t := s.curPath.Index(-2).Type(); t.Name() != "" {
		path.go#L76: 	return pa.Index(-1)
		path.go#L83: func (pa Path) Index(i int) PathStep {