Type Definition corundum::heap::PVec

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

Compact form of Vec <T,Heap>.