Skip to main content

Module vec

Module vec 

Source
Expand description

Specializations of Collection that use Vec as the container.

Type Aliasesยง

Collection
An evolving collection of values of type D, backed by Rust Vec types as containers.