Join Slack
Communities
Powered by
Another way to write the function signature is `fu...
# getting-started
j
jstuyts-squins
10/12/2017, 7:38 PM
Another way to write the function signature is
fun <T, R> map(source: List<T>, transform: (T) -> R): List<R>
(you should replace
this
with
source
in the body of the function if you use this signature)
Open in Slack
Previous
Next