parseImportPathsFromConfig

Parses a dmd.conf or ldc2.conf config file and returns defined import paths.

parseImportPathsFromConfig
(
const(char)[] iniFile
,
const(char)[] execDir
)

Parameters

iniFile const(char)[]

iniFile to parse imports from

execDir const(char)[]

the path @P/ldcbinarypath will expand to

Return Value

Type: auto

forward range of import paths found in iniFile

Meta