pub type StaticDigraph = Static<u32, (Directed, usize)>;
pub struct StaticDigraph { /* private fields */ }