Type Alias graphannis::graph::MatchGroup

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

A group of single matched nodes.

cbindgen:ignore

Aliased Type§

struct MatchGroup { /* private fields */ }