Protocol for providing graph group information for vertices.
This protocol allows vertices to specify which group they belong to in graph visualizations, which is used for organizing and grouping related vertices together.
Summary
Functions
Returns the group to which the vertex belongs in the graph.
Types
@type t() :: term()
All the types that implement this protocol.