You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was wondering about the following behavior when iterating over the values of a SortedSet and discarding them, i.e. why are there still values left after this operation, and why is only each second element returned in this loop?
Another thing I was wondering is why is the sort function called twice for each value, during initialization, and also why is the sort function called at all when discarding a value?
Hi, I was wondering about the following behavior when iterating over the values of a SortedSet and discarding them, i.e. why are there still values left after this operation, and why is only each second element returned in this loop?
Another thing I was wondering is why is the sort function called twice for each value, during initialization, and also why is the sort function called at all when discarding a value?
Greetings, and thanks for the module.
Returns:
The text was updated successfully, but these errors were encountered: