Type Alias SmallMatchVec

Source
pub type SmallMatchVec<T> = SmallVec<[T; 4]>;
Expand description

Small vector for match info results (typically < 4 matches per operation)

Aliased Typeยง

pub struct SmallMatchVec<T> { /* private fields */ }