Module vec

Source
Expand description

A concurrent, in-place growable vector.

Structsยง

IntoIter
An iterator that moves out of a vector.
TryReserveError
Error that can happen when trying to reserve or commit memory for a Vec.
Vec
A concurrent, in-place growable vector.