Lukasz Kalnik
02/15/2022, 2:59 PMList<Int>
to an IntArray
(not Array<Int>
)?Joffrey
02/15/2022, 3:00 PMLukasz Kalnik
02/15/2022, 3:02 PMMap<Int, Int>
which I converted using toList()
and it's obviously a List<Pair<Int, Int>>
.
So I first have to map it to list of the map's keys (for example) 🤦gildor
02/15/2022, 3:05 PMLukasz Kalnik
02/15/2022, 3:07 PM