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)
  2. int delegate(int delegate(ref const Package)) getTopologicalPackageList(bool children_first, Package root_package, string[string] configs)
    class Project
    const
    int delegate
    (
    int delegate
    (
    ref const Package
    )
    )
    getTopologicalPackageList
    (
    bool children_first = false
    ,
    in Package root_package = null
    ,
    string[string] configs = null
    )

Meta