pub type TypeParameterIndex = u16;
Expand description

Type parameters are encoded as indices. This index can also be used to lookup the kind of a type parameter in the FunctionHandle and StructHandle.