Function: 5x5-make-mutate-best

5x5-make-mutate-best is a byte-compiled function defined in 5x5.el.gz.

Signature

(5x5-make-mutate-best CURRENT BEST)

Documentation

Mutate the best solution.

Source Code

;; Defined in /usr/src/emacs/lisp/play/5x5.el.gz
(defun 5x5-make-mutate-best (_current best)
  "Mutate the best solution."
  (5x5-mutate-solution best))