Values is the resulting values after performing the path step. The type of each valid value is guaranteed to be identical to Type. In some cases, one or both may be invalid or have restrictions: - For StructField, both are not interface-able if the current field is unexported and the struct type is
()
| 56 | // |
| 57 | // The provided values must not be mutated. |
| 58 | Values() (vx, vy reflect.Value) |
| 59 | } |
| 60 | |
| 61 | var ( |
no outgoing calls