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
Currently "using type aliases" have to have known generic type parameters because they can't be inside a class. A propose that you allow them to be placed inside types so the generic parameters can be used to create aliases for generic types:
@alrz Partly yeah, the main motivation I intended here was to be able to use the type's generic type parameters in the using statement which seems like a separate feature.
Currently "using type aliases" have to have known generic type parameters because they can't be inside a class. A propose that you allow them to be placed inside types so the generic parameters can be used to create aliases for generic types:
Also somewhat related, allow generic using definitions so you could do something like this:
The text was updated successfully, but these errors were encountered: