Join Slack
Powered by
Quick doubt. When iterating like: `for person in l...
# android
r
ramonsgds
10/31/2017, 12:49 AM
Quick doubt. When iterating like:
for person in list[position].persons
, is
person
another variable created and thus passed by value or is it really list[position].person[some_index] behind the scenes?
r
russellkim
10/31/2017, 2:16 AM
https://medium.com/@mydogtom/tip-how-to-show-java-equivalent-for-kotlin-code-f7c81d76fa8
- you can look in AS/IDEA
Open in Slack
Previous
Next