Import

the import statement description

Members

Functions

sortBy
string sortBy()

the string to sort

Variables

begin
string begin;

spaces before the import (indentation)

byAttribute
bool byAttribute;

SortConfig::byAttribute

end
string end;

the newline

idents
Identifier[] idents;

symbols of the import e. g. import ... : File, stderr, in = stdin;

line
string line;

the original line (is null if merges)

name
Identifier name;

origin of the import e. g. import std.stdio : ...;

public_
bool public_;

is a public-import

static_
bool static_;

is a static-import

Meta