dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
Location
dud
pkgdescription
exception
Undocumented in source.
@
safe
pure
struct
Location {
@
safe
const
string
filename
;
@
safe
const
size_t
line
;
@
safe
const
size_t
column
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
column
size_t
column
;
Undocumented in source.
filename
string
filename
;
Undocumented in source.
line
size_t
line
;
Undocumented in source.
Meta
Source
See Implementation
dud
pkgdescription
exception
functions
exceptionClassBuilder
structs
Location