e.g. This pseudo code must stand for mutation to be present.
a = ... b = a mutate(a) /* b now mirrors a */
e.g. This pseudo code must stand for mutation to be present.