Читаю про sequance не могу понять в доке, что значит эта фраза:
Repeated Access
The Sequence protocol makes no requirement on conforming types regarding whether they will be destructively consumed by iteration. As a consequence, don’t assume that multiple for-in loops on a sequence will either resume iteration or restart from the beginning.
Подскажите кто понимает.