Type Definition graphannis::graph::MatchGroup[][src]

pub type MatchGroup = SmallVec<[Match; 8]>;
Expand description

A group of single matched nodes.

cbindgen:ignore