ImportModification

Information about how to add an import

Members

Variables

rename
string rename;

Set if there was already an import which was renamed. (for example import io = std.stdio; would be "io")

replacements
CodeReplacement[] replacements;

Array of replacements to add the import to the code

Meta