pub type SmallMatchVec<T> = SmallVec<[T; 4]>;
Small vector for match info results (typically < 4 matches per operation)
pub struct SmallMatchVec<T> { /* private fields */ }