dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
SourceLocRange
dextool
plugin
mutate
backend
type
Undocumented in source.
@
safe
struct
SourceLocRange {
SourceLoc
begin
;
SourceLoc
end
;
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
begin
SourceLoc
begin
;
Undocumented in source.
end
SourceLoc
end
;
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