workspace-d v3.5.0-pre.6 (2019-12-09T16:48:44Z)
Dub
Repo
ImportBlock
workspaced
com
importer
A block of imports generated by the sort-imports command
struct
ImportBlock {
int
start
;
int
end
;
ImportInfo
[]
imports
;
string
indentation
;
bool
sameEffectAs
(ImportBlock other);
}
Members
Functions
sameEffectAs
bool
sameEffectAs
(ImportBlock other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
end
int
end
;
Start & end byte index
imports
ImportInfo
[]
imports
;
indentation
string
indentation
;
start
int
start
;
Start & end byte index
Meta
Source
See Implementation
workspaced
com
importer
classes
ImporterComponent
structs
ImportBlock
ImportInfo
ImportModification
SelectiveImport
A block of imports generated by the sort-imports command