Module sanakirja_core::btree::put

source ·
Expand description

Insertions into a B tree.

Structs§

  • The representation of the update to a page.

Enums§

  • The result of an insertion, i.e. either an update or a split.

Functions§

  • Insert an entry into a database, returning false if and only if the exact same entry (key and value) was already in the database.