Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
topo-sort.hh File Reference
#include "error.hh"

Go to the source code of this file.

Functions

template<typename T>
std::vector< T > nix::topoSort (std::set< T > items, std::function< std::set< T >(const T &)> getChildren, std::function< Error(const T &, const T &)> makeCycleError)