|
|
|
|
|
by pjmlp
1717 days ago
|
|
C# had generics already, they just weren't fully baked for 1.0 release and they decided to postpone them instead of delaying the .NET 1.0 release. That is one of the reasons why the CLR already had most of the infrastrucure for proper handling of generic code instead of being a compiler only sugar. "How generics were added to .NET" https://mattwarren.org/2018/03/02/How-generics-were-added-to... |
|