pub type VecPool<T> = Pool<Vec<T>>;
Pool for reusing vector allocations.
pub struct VecPool<T> { /* private fields */ }