Returns the rename if available, otherwise the name joined with dots
Returns D source code for this import
If this is an explicitly public import (not checking potential attributes spanning this)
If this is an explicityl static import (not checking potential attributes spanning this)
Parts of the imported module. (std.stdio -> ["std", "stdio"])
Available if the module has been imported renamed
Array of selective imports or empty if the entire module has been imported
Index where the first token of the import declaration starts, possibly including attributes.
Information about one import statement