MutationRepr

Information needed to present the mutant to an user.

@safe
struct MutationRepr {
SourceLoc sloc;
Path file;
MakeMutationTextResult mutation;
}

Meta