Searched refs:mutableByLength (Results 1 – 3 of 3) sorted by relevance
24 val mutableByLength: MutableMap<Int, MutableList<String>> = words.groupByTo(mutableMapOf()) { it.le…26 println("mutableByLength == byLength is ${mutableByLength == byLength}") // true
8 …val mutableByLength: MutableMap<Int, MutableList<String>> = words.groupByTo(mutableMapOf()) { it.l… in groupBySample() constant10 assertTrue(mutableByLength == byLength) in groupBySample()