Ad
  • Custom User Avatar

    As far as rust is concerned, mut a is not a change of signature.

  • Default User Avatar

    I'm not sure how the term "signature" is strictly defined, but for all practical purposes I wouldn't consider mut a part of a signature. The vector is borrowed the same way and mut refers to a local variable, so the difference can't be observed outside.