Type Definition broot::pattern::Pos[][src]

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

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