Comment by willybrauner
12 hours ago
I create a new copy of the Set because the functions called during the loop might modify it by removing elements via cleanup functions. Without a copy, iterating directly on the Set could cause unpredictable behavior.
No comments yet
Contribute on Hacker News ↗