> Threads Did you know about `thread { }` funct...
# stdlib
i
Threads
Did 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) }