Type Definition corundum::default::PVec[][src]

type PVec<T> = Vec<T, BuddyAlloc>;
Expand description

Compact form of Vec <T,BuddyAlloc>.