Would you suggest how to make that code better: <h...
# announcements
g
Would you suggest how to make that code better: https://gist.github.com/gonaumov/567f756fba95ad6b30bbab575b2f2fba
s
#C1H43FDRB might be a better channel for this
👍 1
n
val byLength3 = words.partition { it.length > 2 }.let { MyResponse(it.first.size, it.second.size) }