Type Alias broot::pattern::Pos

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

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

Aliased Type§

struct Pos { /* private fields */ }