menu
graph_plus package
documentation
diagraming/graph_view_grouping.dart
VertexGroups<V, G> typedef
VertexGroups<V, G> typedef
dark_mode
light_mode
VertexGroups<
V
,
G
>
typedef
VertexGroups
<
V
,
G
> =
Map
<
G
,
Set
<
V
>
>
Implementation
typedef VertexGroups<V, G> = Map<G, Set<V>>;
graph_plus package
documentation
diagraming/graph_view_grouping
VertexGroups<V, G> typedef
graph_view_grouping library