StronglyConnectedComponents

public struct StronglyConnectedComponents<Vertex> where Vertex : Hashable
extension StronglyConnectedComponents: Sendable where Vertex: Sendable

The strongly connected components of a directed graph.