Ifvwm
07/19/2019, 6:31 AMKarolis
07/19/2019, 6:37 AMval a = listOf(1,2,3,4)
val a1 = mutableList(1,2,3,4)
val a2 = (0..100).toList()
val b = mapOf("a" to 1, "b" to 2)
val b1 = mutableMapOf(....)
gildor
07/19/2019, 6:40 AMIfvwm
07/19/2019, 6:42 AMgildor
07/19/2019, 6:50 AMthis KEEP seems goodNo, it is not. It is full of problems
I wonder if kotlin will support that list comprehension stuff one dayIt may of course, but we need good proposal for this. Existing one is definitely is not sufficient
no comprehensionOh please, no
Ifvwm
07/19/2019, 6:51 AMgildor
07/19/2019, 6:51 AMIfvwm
07/19/2019, 6:52 AMgildor
07/19/2019, 6:52 AMIfvwm
07/19/2019, 6:54 AMgildor
07/19/2019, 6:55 AMKotlin is not PythonOr
Kotlin is not LanguageX
Ifvwm
07/19/2019, 6:56 AMgildor
07/19/2019, 6:58 AMIfvwm
07/19/2019, 6:59 AM