pub type OrdSet<A> = GenericOrdSet<A, DefaultSharedPtr>;
Expand description
Type alias for GenericOrdSet
that uses DefaultSharedPtr
as the pointer type.
Aliased Typeยง
pub struct OrdSet<A> { /* private fields */ }
pub type OrdSet<A> = GenericOrdSet<A, DefaultSharedPtr>;
Type alias for GenericOrdSet
that uses DefaultSharedPtr
as the pointer type.
pub struct OrdSet<A> { /* private fields */ }