Georgi Naumov
Shawn
nkiesel
val byLength3 = words.partition { it.length > 2 }.let { MyResponse(it.first.size, it.second.size) }