MutantIdFactory.make

Create a mutant at this mutation point. * * It is extremly important that the mutated text representation mut is * used and not the kind of mutation because there are many different * kinds of mutations that result in the same textual change. By using the * text and not kind as part of the checksum it results in a * deduplication/merge of mutants that actually are "the same".

interface MutantIdFactory
@safe pure nothrow scope
make
(,
scope const(ubyte)[] mut
)

Meta