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