pub fn subst_signature(
signature: LoadedFunctionInstantiation,
type_arguments: &[Type],
) -> VMResult<LoadedFunctionInstantiation>
Expand description
substitutes the type arguments into the parameter and return types
pub fn subst_signature(
signature: LoadedFunctionInstantiation,
type_arguments: &[Type],
) -> VMResult<LoadedFunctionInstantiation>
substitutes the type arguments into the parameter and return types