CodeMutantsResult

The design of the API have some calling requirements that do not make it suitable for general consumtion. It is deemed OK as long as those methods are private and used in only one place.

Constructors

this
this(Language lang, FilesysIO fio, TokenStream tstream)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MutationPoint
struct MutationPoint
Undocumented in source.

Variables

csFiles
Checksum[AbsolutePath] csFiles;
Undocumented in source.
files
Tuple!(AbsolutePath, "path", Checksum, "cs")[] files;
Undocumented in source.
lang
Language lang;
Undocumented in source.
points
MutationPoint[][AbsolutePath] points;
Undocumented in source.

Meta