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
This was revealed by looking into #79. pop() would need to rebuild the mapping in place, like discard() does. Its current behavior, which only works for index=-1, would be an optimization.
The text was updated successfully, but these errors were encountered:
Thanks a lot for your library, it's really really handy! Regarding this point, I implemented some patch in my project to deal with pop/insert and item assignation without slices.
This was revealed by looking into #79.
pop()
would need to rebuild the mapping in place, likediscard()
does. Its current behavior, which only works forindex=-1
, would be an optimization.The text was updated successfully, but these errors were encountered: