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
We should support RangeReplaceableCollection. We can't optimize it like we can with front/back mutation, but it would make Deque a better drop-in replacement for Array.
The text was updated successfully, but these errors were encountered:
We should support
RangeReplaceableCollection
. We can't optimize it like we can with front/back mutation, but it would makeDeque
a better drop-in replacement forArray
.The text was updated successfully, but these errors were encountered: