mutate method

Genome mutate()

Implementation

Genome mutate() {
  return Genome.mutate(this);
}