#kotlin
Read more stories on Hashnode
Articles with this tag
You might have heard of "Enums with superpowers", "Tagged Union Types" or Algebraic Data Types(ADT). It is heavily used in functional programming. And...