dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
SourceLoc
dextool
plugin
mutate
backend
type
Location in the source code.
@
safe
struct
SourceLoc {
uint
line
;
uint
column
;
int
opCmp
(typeof(this) rhs);
}
Members
Functions
opCmp
int
opCmp
(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
column
uint
column
;
Undocumented in source.
line
uint
line
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
type
aliases
Checksum
ExitStatus
enums
Language
functions
toString
structs
CodeChecksum
CodeMutant
MutantTimeProfile
Mutation
MutationPoint
Offset
SchemataChecksum
SourceLoc
SourceLocRange
TestCase
TestGroup
Token
variables
invalidUtf8
Location in the source code.