Does the for/in loop use iterator() underneath?
# announcements
c
Does the for/in loop use iterator() underneath?
👌 1
🚫 1
👍 1
i
Not always, sometimes iterator creation could be optimized away.