Package: effect
Module: Graph
Returns the outgoing neighbor node indices for a node in a directed graph.
Throws a GraphError when used with an undirected graph.
Signature
declare const successors: <N, E>(graph: Graph<N, E, "directed"> | MutableGraph<N, E, "directed">, nodeIndex: NodeIndex) => Array<NodeIndex>
Since v3.22.0