# Functions
Used for Btree save to triedb.
New creates a new B-Tree with the given degree.
NewFreeList creates a new free list.
NewWithFreeList creates a new B-Tree that uses the given node free list.
No description provided by the author
# Constants
No description provided by the author
# Structs
No description provided by the author
BTree is an implementation of a B-Tree.
FreeList represents a free list of btree nodes.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Item represents a single object in the tree.
# Type aliases
ItemIterator allows callers of Ascend* to iterate in-order over portions of the tree.