Skip to main content

Module vec

Module vec 

Source
Expand description

AnyVec implementation and supplemental types.

See the AnyVec documentation for more information.

Structsยง

AnyVec
A type-erased vector that stores values of a single type.
AnyVecMutRef
A smart pointer that dereferences to a mutable Vec<T>.
AnyVecRef
A smart pointer that dereferences to a Vec<T>.