Scala 3 introduces a lot of new tuple operations, some of which feel almost magical. Look at the apply method, which can resolve out-of-bounds error at compile time, or the head method, which returns an Int instead of an Option[Int]. #scala3 
Discussion
No replies yet.