Join Slack
Powered by
`list = list.map { mutator }` is a misnomer, you d...
# announcements
g
groostav
07/23/2016, 9:32 PM
list = list.map { mutator }
is a misnomer, you don't need to re-assign the list reference since you're mutating each element
Open in Slack
Previous
Next