<@U169UQEKE> To be precise, Kotlin has `data` clas...
# random
k
@janvladimirmostert To be precise, Kotlin has
data
class like
Pair
and
Triple
and destructuring. That's not the same as tuples and is also less efficient than what C# has because the JVM doesn't have value types yet