pub type AdjSetDigraph<V> = AdjSet<V, Directed>;
pub struct AdjSetDigraph<V> { /* private fields */ }