dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
InjectIdResult
dextool
plugin
mutate
backend
test_mutant
schemata
Undocumented in source.
@
safe
struct
InjectIdResult {
alias
InjectId
=
Tuple
!(
MutationStatusId
,
"statusId"
,
uint
,
"injectId"
)
;
InjectId
[]
ids
;
InjectId
front
();
void
popFront
();
bool
empty
();
}
Members
Aliases
InjectId
alias
InjectId
=
Tuple
!(
MutationStatusId
,
"statusId"
,
uint
,
"injectId"
)
Undocumented in source.
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
InjectId
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ids
InjectId
[]
ids
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
test_mutant
schemata
functions
makeHdr
makeRootImpl
structs
InjectIdBuilder
InjectIdResult
SchemataTestDriver