MethodSignature
Encodes the structure of an uncurried Scala method signature, with generic type parameter lists erased to just their size and position.
- Value Params
- params
represents types of method parameters interspersed by the lengths of generic type parameter lists
- result
represents the type of the method result