Latest Posts
-
Scala Type Variance
Type variance is an important part of scala type system. If you use scala for application programming, you probably don’t pay much attention to it. But as soon you start to create a library or just a piece of shared code, type variance becomes crucial.