igor.wojda
02/16/2018, 4:19 PMemltyList()
(…Set/Map) top-level functions, and I wonder shouldn’t there be an equivalent like emptyMutableList()
?benleggiero
02/18/2018, 7:02 PMinline fun <T> emptyMutableList() = mutableListOf<T>()
, it would be better for consistency and readability.Ruckus
02/18/2018, 7:05 PMmutableListOf()
without any arguments?benleggiero
02/28/2018, 2:00 AMRuckus
02/28/2018, 4:32 AM