github.com/google/go-cmp/cmp.SliceIndex.Type (method)

2 uses

	github.com/google/go-cmp/cmp (current package)
		path.go#L216: func (si SliceIndex) Type() reflect.Type             { return si.typ }

	github.com/google/go-cmp/cmp/cmpopts
		ignore.go#L165: 		if !si.Type().AssignableTo(vf.Type().In(0)) {