Skip to main content

BTreeSet

Type Alias BTreeSet 

Source
pub type BTreeSet<T> = BTreeSetA<T, CustomTuning<Global>>;
Expand description

BTreeSet allocated from Global.

Aliased Typeยง

pub struct BTreeSet<T> { /* private fields */ }