Identifier

helper-struct for identifiers and its bindings

Members

Functions

sortBy
string sortBy()

the string to sort

Properties

hasBinding
bool hasBinding [@property getter]

wether this import has a binding or not

Variables

binding
string binding;

the binding (alias) e. g. 'io = std.stdio'

byBinding
bool byBinding;

SortConfig::byBinding

original
string original;

the original e. g. 'std.stdio'

Meta