Back
post-order (clj)
(source)function
(post-order nodes)
(post-order get-provides get-requires nodes)
Put `nodes` in post-order. Can also be described as a reverse topological sort.
`get-provides` and `get-requires` are callbacks that you can provide to compute the provide and depend
key sets of nodes, the defaults are `:provides` and `:requires`.