<@U0C1NM397> Does this help you? ``` listOf&lt;Tri...
# getting-started
r
@mbickel Does this help you?
Copy code
listOf<Triple<Int, Int, List<String>>>()
        .groupBy({it.first to it.second}) { it.third }