pub type VertexSet = FxHashSet<Vertex>;
A set of vertices (implemented as a hashset).
pub struct VertexSet { /* private fields */ }