(random thought) something like `data object(x = 1...
# getting-started
o
(random thought) something like
data object(x = 1, y = 2)
that defines
object { val x= 1; val y=2}
and respective componentN/toString functions…