Join Slack
Communities
Powered by
Is there any reason to prefer `list.map(::function...
# getting-started
s
shamrock_frost
11/15/2017, 9:49 PM
Is there any reason to prefer
list.map(::function)
vs
list.map { function(it) }
?
Open in Slack
Previous
Next