v79
04/05/2021, 2:51 PMBig Chungus
04/05/2021, 2:58 PMfun target(lambda: () -> Unit)
//Use it with trail
fun test() = target { println("trailing") }
//Or without it
fun test1() = target(lambda = { println("no trail") })
Big Chungus
04/05/2021, 2:58 PMv79
04/05/2021, 3:02 PMBig Chungus
04/05/2021, 3:03 PMBig Chungus
04/05/2021, 3:03 PMv79
04/05/2021, 3:12 PMMatteo Mirk
04/09/2021, 3:06 PMMatteo Mirk
04/09/2021, 3:06 PM