Module btree_set

Source
Expand description

Archive implementation for B-tree sets.

Structsยง

ArchivedBTreeSet
An archived BTreeSet. This is a wrapper around a B-tree map with the same key and a value of ().
BTreeSetResolver
The resolver for archived B-tree sets.