Sorts the vertices of a directed acyclic graph (DAG) in the topological order. It is useful for resolving dependencies.
A graph to sort.
The topological order vertices of Ok, or a CycleError on Err only if there is a cycle.
Ok
CycleError
Err
Generated using TypeDoc
Sorts the vertices of a directed acyclic graph (DAG) in the topological order. It is useful for resolving dependencies.