dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
ModuleManager.compareImports
dil
ModuleManager
ModuleManager
Compares the number of imports of two modules.
class
ModuleManager
static
bool
compareImports
(
Module
a
,
Module
b
)
Return Value
Type:
bool
true if a imports less than b.
Meta
Source
See Implementation
dil
ModuleManager
ModuleManager
constructors
this
functions
addModule
error
errorModuleNotFound
getPackage
insertOrdered
loadModule
loadModuleFile
moduleByFQN
moduleByPath
sortPackageTree
splitPackageFQN
static functions
absolutePath
compareImports
compareSymbolNames
findModuleFile
getPackageFQN
variables
absFilePathTable
cc
loadedModules
moduleFQNPathTable
orderedModules
packageTable
rootPackage
Compares the number of imports of two modules.