There's `Pair` and `Triple`, but I'm curious about...
# announcements
k
There's
Pair
and
Triple
, but I'm curious about what you mean by "bulky".
data class Point(val x: Int, val y: Int)
isn't a lot of code.
3
n
yeah, or just use a normal class instead of a data class if you do not want the
toString
etc. methods