Module sanakirja_core::btree::del[][src]

Deletions from a B tree.

Structs

Concat

Represents the concatenation of a modified page and one of its sibling (left or right).

ModifiedPage

Represents a page with modifications from a merge.

Enums

Op

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

Functions

del

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