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