Searched defs:KVec (Results 1 – 1 of 1) sorted by relevance
117 pub type KVec<T> = Vec<T, Kmalloc>; typedef561 impl<T> Default for KVec<T> { implementation