VertexGroups<V, G> typedef

VertexGroups<V, G> = Map<G, Set<V>>

Implementation

typedef VertexGroups<V, G> = Map<G, Set<V>>;