2022.02.08
Introduction Scala 3 introduces union types. Straight from the official documentation, a union type A | B has as values all values of type A and also all values …
Read More →1 post tagged with "Functional-Programming"
Introduction Scala 3 introduces union types. Straight from the official documentation, a union type A | B has as values all values of type A and also all values …
Read More →