Type is the resulting type after performing the path step.
()
| 41 | |
| 42 | // Type is the resulting type after performing the path step. |
| 43 | Type() reflect.Type |
| 44 | |
| 45 | // Values is the resulting values after performing the path step. |
| 46 | // The type of each valid value is guaranteed to be identical to Type. |
no outgoing calls