Union/Sum Type
Union/Sum Types are very useful when we want to represent different classes that represent variations of a single thing holding different data points.
Jan 19, 20247 min read1

Search for a command to run...
Articles tagged with #kotlin
Union/Sum Types are very useful when we want to represent different classes that represent variations of a single thing holding different data points.

Joy of writing in Kotlin brings us to coroutines, the concurrency primitive which scale.
