robstoll
import kotlin.also as alsoFromKotlin infix fun <T> T.also(block: (T) -> Unit): T = alsoFromKotlin(block)
hoang