Type Definition corundum::default::PVec

source · []
pub type PVec<T> = Vec<T, Allocator>;
Expand description

Compact form of Vec <T,Allocator>.