workspace-d v3.4.0-pre5 (2019-04-21T23:31:30Z)
Dub
Repo
BuildIssue
workspaced
com
dub
Returned by build
struct
BuildIssue {
int
line
;
int
column
;
string
file
;
ErrorType
type
;
string
text
;
}
Members
Variables
column
int
column
;
file
string
file
;
line
int
line
;
text
string
text
;
type
ErrorType
type
;
Meta
Source
See Implementation
workspaced
com
dub
classes
DubComponent
enums
ErrorType
structs
BuildIssue
Returned by build