Skip to main content

topological_sort

Function topological_sort 

Source
pub fn topological_sort(types: &[TypeDef]) -> Vec<&TypeDef>
Expand description

Topologically sort types so dependencies come before dependents