`list1.groupBy { it.length }`
# getting-started
k
list1.groupBy { it.length }
☝️ 1