ilya.gorbunov
04/04/2018, 10:48 PMThreadsDid you know about
thread { }
function? http://kotlinlang.org/api/latest/jvm/stdlib/kotlin.concurrent/thread.html
Pointers (as mentioned in #kotlin-native)What kind of pointers? Every instance of reference type is a pointer of some kind. Could you point to the discussion where it was mentioned?
we can use Pair() or A to B similar to mapOf()take a look at
associate
function: (0 until size).associate { it to f(it) }