Project.getTopologicalPackageList

Allows iteration of the dependency tree in topological order

  1. int delegate(int delegate(ref Package)) getTopologicalPackageList(bool children_first, Package root_package, string[string] configs)
    class Project
    int delegate
    (
    int delegate
    ()
    )
    getTopologicalPackageList
    (
    bool children_first = false
    ,,
    string[string] configs = null
    )
  2. int delegate(int delegate(ref const Package)) getTopologicalPackageList(bool children_first, Package root_package, string[string] configs)

Meta