Trait treap_map::SharedKeyTreapMapConfig
source · pub trait SharedKeyTreapMapConfig {
type Key: Ord;
type Value: Clone;
type Weight: ConsoliableWeight;
}
Expand description
If TreapMap
is indexed in the same key as the inside treap, it can be
configed in a simple way.
Required Associated Types§
sourcetype Weight: ConsoliableWeight
type Weight: ConsoliableWeight
The consolidable weight.