dub v1.32.1-beta.1 (2023-04-15T20:33:32Z)
Dub
Repo
Project.getTopologicalPackageList
dub
project
Project
Allows iteration of the dependency tree in topological order
int
delegate
(
int
delegate
(
ref
Package
))
getTopologicalPackageList
(bool children_first, Package root_package, string[string] configs)
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
Source
See Implementation
dub
project
Project
constructors
this
functions
addBuildSettings
addBuildTypeSettings
addTestRunnerConfiguration
describe
getDefaultConfiguration
getDependency
getPackageConfigs
getTopologicalPackageList
getUpgradeCache
hasAllDependencies
isUpgradeCacheUpToDate
listBuildSettings
missingDependencies
overrideConfiguration
reinit
saveSelections
validate
properties
builds
configurations
dependencies
name
packageManager
rootPackage
selections
Allows iteration of the dependency tree in topological order