String returns a string representation of a Type.
()
| 22 | |
| 23 | // String returns a string representation of a Type. |
| 24 | String() string |
| 25 | } |
| 26 | |
| 27 | // TypeError describes an error in which a type was expected, but another was encountered. |
no outgoing calls