Modifying cursor lengths when appending
Dependencies
- [2]
SYURNHHLAdding the `put_mut` and `set_left_child` methods - [3]
52X5P7NDCleaning up the unsized part - [4]
OP6SVMODResetting history - [5]
H3FVSQIQUnsized pages - [6]
73Z2UB3JCleanup + comments - [7]
TSMS6W4DFully commented implementation of Sized nodes + massive cleanup
Change contents
- replacement in sanakirja-core/src/btree/page_unsized.rs at line 342
c: &Self::Cursor,c: &mut Self::Cursor, - edit in sanakirja-core/src/btree/page_unsized.rs at line 353
c.total += 1; - replacement in sanakirja-core/src/btree/page.rs at line 344
c: &Self::Cursor,c: &mut Self::Cursor, - edit in sanakirja-core/src/btree/page.rs at line 356
c.total += 1; - replacement in sanakirja-core/src/btree/mod.rs at line 177
c: &Self::Cursor,c: &mut Self::Cursor,