Join Slack
Powered by
As for your error, `::` denotes a method while the...
# getting-started
c
cedric
06/02/2016, 2:25 PM
As for your error,
::
denotes a method while the
.
actually invokes that function (which is what
map
expects)
2
Views
Open in Slack
Previous
Next