Module node

Module node 

Source

Re-exports§

pub use internal::Internal as InternalNode;

Modules§

internal

Structs§

Address
Item/entry location in a BTreeMap.
LeafNode
Offset
Offset in a node.
WouldUnderflow
Error returned when an operation on the node would result in an underflow.

Enums§

Balance
Node balance.
Children
ChildrenWithSeparators
Node
B-tree node.

Type Aliases§

LeftItem
Type of the value returned by Node::pop_left.
RightItem
Type of the value returned by Node::pop_right.