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
Some arenas (e.g. bumpalo) seem to return by most-recent-allocation first. On the other hand, both typed-arena and id-arena return elements in the order of insertion (like a 'normal' Vec).
Am I understanding correctly?
If so, would it make sense to submit a PR to add doc comments on iter/iter_mut that state this order (similar to what the typed-arena docs say for its iter_mut)?
The text was updated successfully, but these errors were encountered:
Some arenas (e.g.
bumpalo
) seem to return by most-recent-allocation first. On the other hand, bothtyped-arena
andid-arena
return elements in the order of insertion (like a 'normal'Vec
).Am I understanding correctly?
If so, would it make sense to submit a PR to add doc comments on
iter
/iter_mut
that state this order (similar to what thetyped-arena
docs say for itsiter_mut
)?The text was updated successfully, but these errors were encountered: