Type Definition corundum::alloc::heap::PVec[][src]

type PVec<T> = Vec<T, Heap>;

Compact form of Vec <T,Heap>.