done implementing 'PersistentVector.merge', which means that 'PersistentVector.delete' is now complete. (Todo: test 'PersistentVector.delete'.)

This commit is contained in:
2026-01-18 06:58:41 +00:00
parent 79a0c95a58
commit 185ef3fc12
2 changed files with 25 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
# To-do list
- Implement function to merge left and right subtrees for `PersistentVector.delete` function
- Test `PersistentVector.delete` function
- Implement 'yj' motion and add tests for it