Crate replace_with

Source
Expand description

replace-with provides the replace_with function.

Functionsยง

  • Uses f to replace the referent of dst with a new value.
  • Uses f to replace the referent of dst and returns a value from the transformation.