Searched defs:FilterVec (Results 1 – 1 of 1) sorted by relevance
26 pub(crate) type FilterVec<T> = smallvec::SmallVec<[T; 8]>; typedef28 pub(crate) type FilterVec<T> = Vec<T>; typedef