Join Slack
Powered by
you can do `b += 10` but not `b[0] += 10` - so you...
# announcements
s
Shawn
02/22/2018, 3:12 AM
you can do
b += 10
but not
b[0] += 10
- so you can add int literals to the list (and ostensibly have it converted to Long), but can only mutate list contents using longs
6
Views
Open in Slack
Previous
Next