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
When removing an element, the finger tree may shrink by checking returning nil.
It seems nils in the example is causing the wrong behavior.
(In general, inserting nil into a collection is not recommended.)
I'll make a PR not to use nil as a marker.
Thanks.
There is a problem with the following:
Interesting is the fact that if we
add-last
and thenremove-first
it works correctly.The text was updated successfully, but these errors were encountered: