You mean, generify over tupples? Kotlin does not c...
# announcements
e
You mean, generify over tupples? Kotlin does not currently support bare tupples, but Kotlin stdlib has Pair and Triple data classes defined. What's your use-case?