add in
, out
modifiers to allow being specific of expected contrvariant/covariant type parameters
#8137
Labels
Duplicate
An existing issue was already created
Problem: in the current state of affairs although convenient to certain audiences the bivariance is a gaping hole in the type system
Solution:
in
andout
modifiers like in C# for those who wants to take advantage of stricter typechecking#6102 spinoff
The text was updated successfully, but these errors were encountered: