ImporterComponent.add

Returns a list of code patches for adding an import. If insertOutermost is false, the import will get added to the innermost block.

class ImporterComponent
add
(
string importName
,
scope const(char)[] code
,
int pos
,
bool insertOutermost = true
)

Meta