Returns the Field at the given in Type. If the Type does not represent a struct type, the method panics.
(int)
| 73 | // |
| 74 | // If the Type does not represent a struct type, the method panics. |
| 75 | Field(int) Field |
| 76 | |
| 77 | // Returns the Field with the given name in Type. |
| 78 | // |
no outgoing calls
no test coverage detected