Re-exports§
pub use internal::Internal as InternalNode;
Modules§
Structs§
- Item/entry location in a BTreeMap.
- Offset in a node.
- Error returned when an operation on the node would result in an underflow.
Enums§
- Node balance.
- B-tree node.
Type Aliases§
- Type of the value returned by
Node::pop_left. - Type of the value returned by
Node::pop_right.