Select the alternative implementation of this code:
val multiply: (Int, Int) -> Int = { a, b -> a.times(b) }Select the alternative implementation of this code:
val multiply: (Int, Int) -> Int = { a, b -> a.times(b) }Create a free account to access the full topic