Comment on Should Go 2.0 support generics?parentComments−caseymarquis9yC# generics don't have either of those issues, though there's no C# wildcard type, which means annoying workarounds through inheritance when you want a list of wildcard generics.
Comments
C# generics don't have either of those issues, though there's no C# wildcard type, which means annoying workarounds through inheritance when you want a list of wildcard generics.