Module sanakirja_core::btree::del

source ·
Expand description

Deletions from a B tree.

Structs§

  • Represents the concatenation of a modified page and one of its sibling (left or right).
  • Represents a page with modifications from a merge.

Enums§

  • Represents the result of a merge or rebalance, without touching the parent of the merge/rebalance.

Functions§

  • If value is None, delete the first entry for key from the database, if present. Else, delete the entry for (key, value), if present.
  • If value is None, delete the first entry for key from the database, if present. Else, delete the entry for (key, value), if present.