dextool v2.3.0 (2020-09-01T21:07:48Z)
Dub
Repo
Offset
dextool
plugin
mutate
backend
type
Offset range. It is a closed->open set.
@
safe
struct
Offset {
uint
begin
;
uint
end
;
bool
isZero
();
size_t
toHash
();
bool
opEquals
(typeof(this) s);
int
opCmp
(typeof(this) rhs);
}
Members
Functions
isZero
bool
isZero
()
If the offset has size zero.
opCmp
int
opCmp
(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
begin
uint
begin
;
Undocumented in source.
end
uint
end
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
type
aliases
Checksum
enums
Language
structs
CodeChecksum
CodeMutant
MutantTestCount
Mutation
MutationPoint
Offset
SchemataChecksum
SourceLoc
SourceLocRange
TestCase
TestGroup
Token
variables
invalidUtf8
Offset range. It is a closed->open set.