phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
LineColumn
nxt
line_column
Undocumented in source.
@
safe
@
safe
pure nothrow @
nogc
struct
LineColumn {
uint
line
;
uint
column
;
}
Members
Variables
column
uint
column
;
< 32-bit should suffice for now.
line
uint
line
;
< 32-bit should suffice for now.
Meta
Source
See Implementation
nxt
line_column
functions
diagnoseGNUStyle
offsetLineColumn
structs
LineColumn