dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
CodeMutant
dextool
plugin
mutate
backend
type
The mutant coupled to the source code mutant that is injected.
@
safe
struct
CodeMutant {
CodeChecksum
id
;
Mutation
mut
;
bool
opEquals
(typeof(this) s);
size_t
toHash
();
}
Members
Functions
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
id
CodeChecksum
id
;
Undocumented in source.
mut
Mutation
mut
;
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
The mutant coupled to the source code mutant that is injected.