Looking at <https://github.com/Kotlin/kotlinx.supp...
# announcements
d
Looking at https://github.com/Kotlin/kotlinx.support/blob/master/kotlinx-support-jdk8/src/main/kotlin/collections/Collections.kt There are comments like these:
Copy code
//  computeIfAbsent (TK;Ljava/util/function/Function<-TK;+TV;>;)TV;
//  merge (TK;TV;Ljava/util/function/BiFunction<-TV;-TV;+TV;>;)TV;
What are those for?