Type Alias ImmutableSet

Source
pub type ImmutableSet<T> = ImmutAvlTree<T>;

Aliased Typeยง

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