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
But then also have a default non-generic version.
i.e.
interfaceIEnumerable{getEnumerator():IEnumerator}
I may have missed this topic/issue in the search, so I apologize ahead of time that I was unable to find it.
I'm also still using 1.0.1 version of TypeScript.
The text was updated successfully, but these errors were encountered:
@danquirk, I see the last comment mentions what I'm talking about, but I missed where the decision was made or the solution existed?
Is it possible today to do this? Or will it be in the future?
Currently if I define:
I then cannot have any varying generic definitions.
i.e.
Another important ability of C# that is missing is:
But then also have a default non-generic version.
i.e.
Or:
But then also have a default non-generic version.
i.e.
I may have missed this topic/issue in the search, so I apologize ahead of time that I was unable to find it.
I'm also still using 1.0.1 version of TypeScript.
The text was updated successfully, but these errors were encountered: