An Introduction to Givens in Scala 3
Reading Time: 3 minutes In this blog, I am going to discuss about a new and exciting feature which is being introduced in Scala 3 – givens. In my previous blog posts, I have written about some other new Scala 3 features. You can check them out here. A little bit of the background first. Scala 2 has a very powerful feature called implicits. While implicits have been extremely Continue Reading