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
Reading between the lines on ExactSizeIterator (and investigating other implementations), it appears that the value of the returned len() should change as iteration occurs.
This is very subtle, and was missed by our entire team, see bevyengine/bevy#5149.
This information should be discussed prominently in the docs.