describe-d ~master (2022-04-27T02:47:53.8934507)
Dub
Repo
Location
introspection
location
Stores information about symbol location in the source code
struct
Location {
string
file
;
int
line
;
int
column
;
}
Members
Variables
column
int
column
;
file
string
file
;
line
int
line
;
Meta
Source
See Implementation
introspection
location
structs
Location
Stores information about symbol location in the source code