Package.resolve

Input: packages[] the pkg1.pkg2 of pkg1.pkg2.mod

class Package
extern (D) static
resolve

Return Value

the symbol table that mod should be inserted into Output: *pparent the rightmost package, i.e. pkg2, or NULL if no packages *ppkg the leftmost package, i.e. pkg1, or NULL if no packages

Suggestion Box / Bug Report