You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The non-generic parameters of a function declaration are value parameters, not type parameters. This means the input list of a function type is a parameter list, not an argument list. Contrast this with the type arguments of a bound generic type, which are substitutes for the generic type parameters of the corresponding type declaration.