What happens during instantiation?

Report a typo

Select the correct order of events that happen during instantiation of a generic function.

Put the items in the correct order
The compiler checks that each passed argument satisfies the type constraint of the generic function
The compiler substitutes all type arguments for the intended type parameters in the generic function
A non-generic function is created
___

Create a free account to access the full topic