Skip to main content

StdBTree

Type Alias StdBTree 

Source
pub type StdBTree<TKey, TValue> = DefaultBTree<TKey, TValue, StdAllocator>;
Available on crate feature std only.
Expand description

An alias for DefaultBTree with [StdAllocator]. Requires std feature.

Aliased Typeยง

pub struct StdBTree<TKey, TValue> { /* private fields */ }