Type Definition broot::pattern::Pos

source ·
pub type Pos = SmallVec<[usize; 8]>;
Expand description

a vector of indexes of the matching characters (not bytes)