Skip to main content

dependency_postorder

Function dependency_postorder 

Source
pub(super) fn dependency_postorder<'a>(
    graph: &FastMap<&'a str, Vec<&'a str>>,
) -> Result<Vec<&'a str>, Vec<String>>
Expand description

Returns dependencies before consumers, or the first directed cycle.