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
We will probably need to adjust generated code for generic functions within generic types because such a function may use generic parameters of the declaring type, not just the function itself
Support constructed generic types to be able to actually use generic types outside of their own implementation
We can omit the generic type parameters of methods within generic types in the method itself because we can infer the generic type arguments from the instance. Unfortunately this won't work for static methods.
We can also keep the arguments and provide "real" generic versions of generic types in Swift because we then know the generic arguments and can forward them
Support a version of the TypeOf method for generic types that takes generic type arguments and returns a constructed generic type
We should split the unmanaged method writer in a reflection based and a regular version
Generic Delegate Types
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: